Skip to content

Commit

Permalink
net installer: make the bitness the last part of the file name
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dscho committed Apr 6, 2015
1 parent e59ee7b commit 7924c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-installer/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 7924c45

Please sign in to comment.