mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-12-25 00:23:04 -06:00
Windows installer filename now has an suffix
This commit is contained in:
parent
675f2bf89c
commit
161bd8b3a6
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
!define BINARY_SOURCE_DIR "..\..\build\bundle"
|
!define BINARY_SOURCE_DIR "..\..\build\bundle"
|
||||||
|
|
||||||
Name "${PRODUCT_NAME}"
|
Name "${PRODUCT_NAME}"
|
||||||
OutFile "lime3ds-${PRODUCT_VERSION}-windows-${PRODUCT_VARIANT}.exe"
|
OutFile "lime3ds-${PRODUCT_VERSION}-windows-${PRODUCT_VARIANT}-installer.exe"
|
||||||
SetCompressor /SOLID lzma
|
SetCompressor /SOLID lzma
|
||||||
ShowInstDetails show
|
ShowInstDetails show
|
||||||
ShowUnInstDetails show
|
ShowUnInstDetails show
|
||||||
|
|
Loading…
Reference in a new issue