Windows installer filename now has an suffix

This commit is contained in:
OpenSauce04 2024-09-26 17:20:32 +01:00
parent c204adc9fb
commit 260b5370b3

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 "citra-${PRODUCT_VERSION}-windows-${PRODUCT_VARIANT}.exe" OutFile "citra-${PRODUCT_VERSION}-windows-${PRODUCT_VARIANT}-installer.exe"
SetCompressor /SOLID lzma SetCompressor /SOLID lzma
ShowInstDetails show ShowInstDetails show
ShowUnInstDetails show ShowUnInstDetails show