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 f146a86 commit 93d7fddCopy full SHA for 93d7fdd
1 file changed
installer.nsi
@@ -5,7 +5,9 @@
5
; ============================================================
6
7
!define APP_NAME "24Client Bridge"
8
-!define APP_VERSION "1.0.0"
+!ifndef APP_VERSION
9
+ !define APP_VERSION "1.0.0"
10
+!endif
11
!define APP_PUBLISHER "Zed's Software"
12
!define APP_URL "https://zedruc.net/24client"
13
!define APP_EXE_SRC "dist\24client-bridge.exe" ; Source path (for File command)
0 commit comments