We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2842d commit 422cee4Copy full SHA for 422cee4
sdk-installer/release.sh
@@ -101,8 +101,8 @@ echo "Creating archive" &&
101
echo 'GUIMode="1"' &&
102
echo 'InstallPath="C:\\git-sdk-'$BITNESS'"' &&
103
echo 'OverwriteMode="2"' &&
104
- echo 'ExecuteFile="%%T\setup-git-sdk.bat"' &&
105
- echo 'Delete="%%T\setup-git-sdk.bat"' &&
+ echo 'ExecuteFile="setup-git-sdk.bat"' &&
+ echo 'Delete="setup-git-sdk.bat"' &&
106
echo ';!@InstallEnd@!' &&
107
cat "$TMPPACK") > "$TARGET" &&
108
echo "Success! You will find the new installer at \"$TARGET\"." &&
0 commit comments