Skip to content

Commit

Permalink
Update flank scripts command (#3)
Browse files Browse the repository at this point in the history
* build: Add Helpers for Flank Bash

* Update commands to update libraries files
  • Loading branch information
piotradamczyk5 authored Dec 3, 2020
1 parent 8e9581a commit b62ef8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion updateBinariesWithFlankBash.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SET DIR=%~dp0
kotlin %DIR%\..\..\..\..\..\flank-bash\scripts\updateLibs\updateBinaries.main.kts
%DIR%\..\..\flank-scripts\bash\flankScripts.bat shell updateBinaries
2 changes: 1 addition & 1 deletion updateBinariesWithFlankBash.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DIR=`dirname "$BASH_SOURCE"`
kotlin $DIR/../../../../../flank-bash/scripts/updateLibs/updateBinaries.main.kts
$DIR/../flank-scripts/bash/flankScripts shell updateBinaries

0 comments on commit b62ef8e

Please sign in to comment.