From 7924c451261f89722e6ad9b3e273c49e9ccba8f5 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 6 Apr 2015 21:05:33 +0100 Subject: [PATCH] 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 --- net-installer/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-installer/release.sh b/net-installer/release.sh index 84b2803656..f82df64419 100644 --- a/net-installer/release.sh +++ b/net-installer/release.sh @@ -28,7 +28,7 @@ esac GIT_BRANCH="${2:-master}" GIT_CLONE_URL=https://github.com/git-for-windows/git -TARGET="$HOME"/git-sdk-$BITNESS-installer-"$1".7z.exe +TARGET="$HOME"/git-sdk-installer-"$1"-$BITNESS.7z.exe OPTS7="-m0=lzma -mx=9 -md=64M" TMPPACK=/tmp.7z SHARE="$(cd "$(dirname "$0")" && pwd)"