File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22; This script creates a Windows installer that bundles OnlyT and the StreamDeck plugin
33
44#define MyAppName " OnlyT"
5- #define MyAppVersion " 2.4.0.16 "
5+ #define MyAppVersion " 2.4.0.17 "
66#define MyAppPublisher " OnlyT"
77#define MyAppURL " https://github.com/lastowl/OnlyT"
88#define MyAppExeName " OnlyT.exe"
Original file line number Diff line number Diff line change 66
77# Configuration
88APP_NAME=" OnlyT"
9- APP_VERSION=" 2.4.0.16 "
9+ APP_VERSION=" 2.4.0.17 "
1010
1111# Paths
1212SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
Original file line number Diff line number Diff line change 77
88# Configuration
99APP_NAME=" OnlyT"
10- APP_VERSION=" 2.4.0.16 "
10+ APP_VERSION=" 2.4.0.17 "
1111BUNDLE_ID=" com.onlyt.timer"
1212
1313# Signing/Notarization Configuration (optional - leave empty to skip)
Original file line number Diff line number Diff line change 99
1010[ assembly: NeutralResourcesLanguage ( "en-GB" ) ]
1111
12- [ assembly: AssemblyVersion ( "2.4.0.16 " ) ]
12+ [ assembly: AssemblyVersion ( "2.4.0.17 " ) ]
You can’t perform that action at this time.
0 commit comments