Skip to content

Commit

Permalink
Change version format
Browse files Browse the repository at this point in the history
  • Loading branch information
EntityPlantt committed Nov 25, 2022
1 parent 69c41a1 commit a725be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msi.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var creator = new MSICreator({
exe: "Federal Space",
name: settings.name,
manufacturer: "EntityPlantt & FilipK",
version: settings.version,
version: settings.version.substr(2),
appIconPath: "images/icon.ico",
ui: {
chooseDirectory: true,
Expand Down

0 comments on commit a725be7

Please sign in to comment.