Skip to content

Commit

Permalink
use build version and revision instead of major/minor
Browse files Browse the repository at this point in the history
  • Loading branch information
casperstorm committed Sep 20, 2023
1 parent ff1fd54 commit ade790e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wix/main.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Manufacturer='Squidowl'
Language='1033'
Codepage='1252'
Version='{{ VERSION }}.0.0'>
Version='0.0.{{ VERSION }}'>

<Package Id='*'
Keywords='Installer'
Expand Down

0 comments on commit ade790e

Please sign in to comment.