We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ef044 commit 5bf4388Copy full SHA for 5bf4388
win-installer/installer.nsi
@@ -23,7 +23,12 @@
23
24
RequestExecutionLevel admin
25
26
-!define setup "subtivals-2.0.0-pre4.exe"
+!ifndef PACKAGE_VERSION
27
+ !define PACKAGE_VERSION "dev"
28
+!endif
29
+!echo Building Subtivals version ${PACKAGE_VERSION}
30
+
31
+!define setup "subtivals-${PACKAGE_VERSION}.exe"
32
33
; change this to wherever the files to be packaged reside
34
!define srcdir "..\deploy"
0 commit comments