Skip to content

Commit 2bace66

Browse files
committed
Encode the target architecture in the net installer file name
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 218701c commit 2bace66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net-installer/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ esac
2828
GIT_BRANCH="${2:-master}"
2929
GIT_CLONE_URL=https://github.com/git-for-windows/git
3030

31-
TARGET="$HOME"/git-sdk-installer-"$1".7z.exe
31+
TARGET="$HOME"/git-sdk-$BITNESS-installer-"$1".7z.exe
3232
OPTS7="-m0=lzma -mx=9 -md=64M"
3333
TMPPACK=/tmp.7z
3434
SHARE="$(cd "$(dirname "$0")" && pwd)"

0 commit comments

Comments
 (0)