mirror of
https://github.com/input-leap/input-leap.git
synced 2025-12-13 20:36:57 +01:00
Drop text part from InnoSetup version string
Only (up to 4) numbers are supported.
This commit is contained in:
2
dist/inno/input-leap.iss.in
vendored
2
dist/inno/input-leap.iss.in
vendored
@@ -1,5 +1,5 @@
|
||||
#define MyAppName "InputLeap"
|
||||
#define MyAppVersion "@INPUTLEAP_VERSION_MAJOR@.@INPUTLEAP_VERSION_MINOR@.@INPUTLEAP_VERSION_PATCH@.@INPUTLEAP_VERSION_DESC@"
|
||||
#define MyAppVersion "@INPUTLEAP_VERSION_MAJOR@.@INPUTLEAP_VERSION_MINOR@.@INPUTLEAP_VERSION_PATCH@"
|
||||
#define MyAppTextVersion "@INPUTLEAP_VERSION@"
|
||||
#define MyAppPublisher "InputLeap contributors"
|
||||
#define MyAppURL "https://github.com/input-leap/input-leap/wiki"
|
||||
|
||||
1
doc/newsfragments/fix_win_release_builds.bugfix
Normal file
1
doc/newsfragments/fix_win_release_builds.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
Fix Windows release builds by making installer “product version” numerical only.
|
||||
Reference in New Issue
Block a user