Change version in about window and installer name (#2570)

* Change version in about window and installer name

* Change version in about window and installer name

* Cmake get version updates

* dev snapshot format changed

* alignment changes
This commit is contained in:
ctrlaltca 2017-04-20 13:41:18 +02:00 committed by GitHub
parent 5f3a3f535a
commit 3356b2ede7
5 changed files with 202 additions and 25 deletions

View file

@ -3,7 +3,7 @@
!include "FileFunc.nsh"
Name "@CPACK_PACKAGE_NAME@"
BrandingText "@CPACK_PACKAGE_NAME@-@CPACK_PACKAGE_VERSION_MAJOR@"
BrandingText "@CPACK_PACKAGE_FILE_NAME@"
OutFile "@CPACK_TOPLEVEL_DIRECTORY@/@CPACK_OUTPUT_FILE_NAME@"
SetCompressor /SOLID lzma
InstallDir "$PROGRAMFILES\Cockatrice"