Skip to content

Commit

Permalink
updated windows installer project
Browse files Browse the repository at this point in the history
  • Loading branch information
vsicurella committed Apr 17, 2022
1 parent 4895000 commit 8940566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Installers/InnoSetup/LumatoneEditorWinInstallerScript.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Lumatone Editor"
#define MyAppVersion "1.0.1"
#define MyAppVersion "1.0.2"
#define MyAppPublisher "Lumatone"
#define MyAppURL "https://www.lumatone.io/"
#define MyAppExeName "LumatoneSetup.exe"
#define MyAppExeName "Lumatone Editor.exe"
#define MyAppExeNameDest "Lumatone Editor.exe"
#define MappingAssocName MyAppName + " Mapping"
#define MappingAssocExt ".ltn"
Expand Down

0 comments on commit 8940566

Please sign in to comment.