Skip to content

Commit 422cee4

Browse files
committed
sdk-installer: accommodate for new SFX
... which does not handle %%T, for now. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent cf2842d commit 422cee4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk-installer/release.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ echo "Creating archive" &&
101101
echo 'GUIMode="1"' &&
102102
echo 'InstallPath="C:\\git-sdk-'$BITNESS'"' &&
103103
echo 'OverwriteMode="2"' &&
104-
echo 'ExecuteFile="%%T\setup-git-sdk.bat"' &&
105-
echo 'Delete="%%T\setup-git-sdk.bat"' &&
104+
echo 'ExecuteFile="setup-git-sdk.bat"' &&
105+
echo 'Delete="setup-git-sdk.bat"' &&
106106
echo ';!@InstallEnd@!' &&
107107
cat "$TMPPACK") > "$TARGET" &&
108108
echo "Success! You will find the new installer at \"$TARGET\"." &&

0 commit comments

Comments
 (0)