mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
Move version numbers to end of release file filenames
This commit is contained in:
parent
efccedbbd2
commit
92cd488754
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ REV_NAME="azahar-$OS-$TARGET-$GITDATE-$GITREV"
|
||||||
# Determine the name of the release being built.
|
# Determine the name of the release being built.
|
||||||
if [ "$GITHUB_REF_TYPE" = "tag" ]; then
|
if [ "$GITHUB_REF_TYPE" = "tag" ]; then
|
||||||
RELEASE_NAME=azahar-$GITHUB_REF_NAME
|
RELEASE_NAME=azahar-$GITHUB_REF_NAME
|
||||||
REV_NAME="azahar-$GITHUB_REF_NAME-$OS-$TARGET"
|
REV_NAME="azahar-$OS-$TARGET-$GITHUB_REF_NAME"
|
||||||
else
|
else
|
||||||
RELEASE_NAME=azahar-head
|
RELEASE_NAME=azahar-head
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ ManifestDPIAware true
|
||||||
!define BINARY_SOURCE_DIR "..\..\build\bundle"
|
!define BINARY_SOURCE_DIR "..\..\build\bundle"
|
||||||
|
|
||||||
Name "${PRODUCT_NAME}"
|
Name "${PRODUCT_NAME}"
|
||||||
OutFile "azahar-${PRODUCT_VERSION}-windows-${PRODUCT_VARIANT}-installer.exe"
|
OutFile "azahar-windows-${PRODUCT_VARIANT}-${PRODUCT_VERSION}-installer.exe"
|
||||||
SetCompressor /SOLID lzma
|
SetCompressor /SOLID lzma
|
||||||
ShowInstDetails show
|
ShowInstDetails show
|
||||||
ShowUnInstDetails show
|
ShowUnInstDetails show
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue