"git@gitlab.completext.com:quzar/Cockatrice.git" did not exist on "646c4b4197fea6f49234c2492f5d8d7de21299db"
Commit 90b64a25 authored by Mark Morschhäuser's avatar Mark Morschhäuser
Browse files

Installer shows GPL, appends git hash, uses solid lzma now.

parent 204f457e
...@@ -2,10 +2,11 @@ ...@@ -2,10 +2,11 @@
!include "FileFunc.nsh" !include "FileFunc.nsh"
!define /date TIMESTAMP "%Y%m%d" !define /date TIMESTAMP "%Y%m%d"
!searchparse /file ../build/cockatrice/version_string.cpp '= "' VERSION '";'
Name "Cockatrice" Name "Cockatrice"
OutFile "cockatrice_win32_${TIMESTAMP}.exe" OutFile "cockatrice_win32_${TIMESTAMP}_git-${VERSION}.exe"
SetCompressor lzma SetCompressor /SOLID lzma
InstallDir "$PROGRAMFILES\Cockatrice" InstallDir "$PROGRAMFILES\Cockatrice"
!define MUI_ABORTWARNING !define MUI_ABORTWARNING
...@@ -20,6 +21,7 @@ InstallDir "$PROGRAMFILES\Cockatrice" ...@@ -20,6 +21,7 @@ InstallDir "$PROGRAMFILES\Cockatrice"
!define MUI_FINISHPAGE_RUN_PARAMETERS "-dlsets" !define MUI_FINISHPAGE_RUN_PARAMETERS "-dlsets"
!insertmacro MUI_PAGE_WELCOME !insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_LICENSE "..\COPYING"
!insertmacro MUI_PAGE_COMPONENTS !insertmacro MUI_PAGE_COMPONENTS
!insertmacro MUI_PAGE_DIRECTORY !insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES !insertmacro MUI_PAGE_INSTFILES
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment