Skip to content

Commit 7924c45

Browse files
committed
net installer: make the bitness the last part of the file name
By the same reasoning as for the portable application and the end users' Git for Windows installer, the least important qualifier for a release is the target architecture. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent e59ee7b commit 7924c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net-installer/release.sh

+1-1
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-$BITNESS-installer-"$1".7z.exe
31+
TARGET="$HOME"/git-sdk-installer-"$1"-$BITNESS.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)