Skip to content

Commit 93d7fdd

Browse files
committed
chore: fix versioning
1 parent f146a86 commit 93d7fdd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

installer.nsi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
; ============================================================
66

77
!define APP_NAME "24Client Bridge"
8-
!define APP_VERSION "1.0.0"
8+
!ifndef APP_VERSION
9+
!define APP_VERSION "1.0.0"
10+
!endif
911
!define APP_PUBLISHER "Zed's Software"
1012
!define APP_URL "https://zedruc.net/24client"
1113
!define APP_EXE_SRC "dist\24client-bridge.exe" ; Source path (for File command)

0 commit comments

Comments
 (0)