Installer shows GPL, appends git hash, uses solid lzma now.
This commit is contained in:
parent
204f457e2b
commit
90b64a257f
1 changed files with 4 additions and 2 deletions
|
@ -2,10 +2,11 @@
|
|||
!include "FileFunc.nsh"
|
||||
|
||||
!define /date TIMESTAMP "%Y%m%d"
|
||||
!searchparse /file ../build/cockatrice/version_string.cpp '= "' VERSION '";'
|
||||
|
||||
Name "Cockatrice"
|
||||
OutFile "cockatrice_win32_${TIMESTAMP}.exe"
|
||||
SetCompressor lzma
|
||||
OutFile "cockatrice_win32_${TIMESTAMP}_git-${VERSION}.exe"
|
||||
SetCompressor /SOLID lzma
|
||||
InstallDir "$PROGRAMFILES\Cockatrice"
|
||||
|
||||
!define MUI_ABORTWARNING
|
||||
|
@ -20,6 +21,7 @@ InstallDir "$PROGRAMFILES\Cockatrice"
|
|||
!define MUI_FINISHPAGE_RUN_PARAMETERS "-dlsets"
|
||||
|
||||
!insertmacro MUI_PAGE_WELCOME
|
||||
!insertmacro MUI_PAGE_LICENSE "..\COPYING"
|
||||
!insertmacro MUI_PAGE_COMPONENTS
|
||||
!insertmacro MUI_PAGE_DIRECTORY
|
||||
!insertmacro MUI_PAGE_INSTFILES
|
||||
|
|
Loading…
Reference in a new issue