mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-10-29 19:27:53 +00: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"
|
||||
|
||||
Name "${PRODUCT_NAME}"
|
||||
OutFile "lime3ds-${PRODUCT_VERSION}-windows-${PRODUCT_VARIANT}.exe"
|
||||
OutFile "lime3ds-${PRODUCT_VERSION}-windows-${PRODUCT_VARIANT}-installer.exe"
|
||||
SetCompressor /SOLID lzma
|
||||
ShowInstDetails show
|
||||
ShowUnInstDetails show
|
||||
|
|
Loading…
Reference in a new issue