Skip to content

Commit

Permalink
sdk-installer: accommodate for new SFX
Browse files Browse the repository at this point in the history
... which does not handle %%T, for now.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Jul 12, 2017
1 parent cf2842d commit 422cee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk-installer/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ echo "Creating archive" &&
echo 'GUIMode="1"' &&
echo 'InstallPath="C:\\git-sdk-'$BITNESS'"' &&
echo 'OverwriteMode="2"' &&
echo 'ExecuteFile="%%T\setup-git-sdk.bat"' &&
echo 'Delete="%%T\setup-git-sdk.bat"' &&
echo 'ExecuteFile="setup-git-sdk.bat"' &&
echo 'Delete="setup-git-sdk.bat"' &&
echo ';!@InstallEnd@!' &&
cat "$TMPPACK") > "$TARGET" &&
echo "Success! You will find the new installer at \"$TARGET\"." &&
Expand Down

0 comments on commit 422cee4

Please sign in to comment.