Windows installer filename now has an suffix

This commit is contained in:
OpenSauce04 2024-09-26 17:20:32 +01:00
parent 675f2bf89c
commit 161bd8b3a6

View file

@ -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