mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
Windows installer filename now has an suffix
This commit is contained in:
parent
c204adc9fb
commit
260b5370b3
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
!define BINARY_SOURCE_DIR "..\..\build\bundle"
|
||||
|
||||
Name "${PRODUCT_NAME}"
|
||||
OutFile "citra-${PRODUCT_VERSION}-windows-${PRODUCT_VARIANT}.exe"
|
||||
OutFile "citra-${PRODUCT_VERSION}-windows-${PRODUCT_VARIANT}-installer.exe"
|
||||
SetCompressor /SOLID lzma
|
||||
ShowInstDetails show
|
||||
ShowUnInstDetails show
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue