We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218701c commit 2bace66Copy full SHA for 2bace66
net-installer/release.sh
@@ -28,7 +28,7 @@ esac
28
GIT_BRANCH="${2:-master}"
29
GIT_CLONE_URL=https://github.com/git-for-windows/git
30
31
-TARGET="$HOME"/git-sdk-installer-"$1".7z.exe
+TARGET="$HOME"/git-sdk-$BITNESS-installer-"$1".7z.exe
32
OPTS7="-m0=lzma -mx=9 -md=64M"
33
TMPPACK=/tmp.7z
34
SHARE="$(cd "$(dirname "$0")" && pwd)"
0 commit comments