Skip to content

Commit

Permalink
Merge pull request #62 from Etuldan/feature/new-release-process
Browse files Browse the repository at this point in the history
fix inno setup 3 digit version
  • Loading branch information
Etuldan authored May 13, 2023
2 parents bda1966 + 69de24a commit b2a9cc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#define AppName "MIDIControl"
#define Dir "MidiControl\bin\Release\net472\"
#define AppVersion GetVersionNumbersString(Dir + "MIDIControl.exe")
#define AppVersion() GetVersionComponents(Dir + "MIDIControl.exe", \
Local[0], Local[1], Local[2], Local[3]), \
Str(Local[0]) + "." + Str(Local[1]) + "." + Str(Local[2])

[Setup]
AppName={#AppName}
Expand Down

0 comments on commit b2a9cc0

Please sign in to comment.