Skip to content

Commit

Permalink
Fix appid
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Apr 27, 2023
1 parent 599c569 commit 84da9e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/FlowSetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
#define MyAppVersion "1.6"
#define MyAppPublisher "Linwood"
#define MyAppURL "https://www.linwood.dev"
#define MyAppExeName "flow.exe"
#define MyAppExeName "flow.exe"
#define BaseDirRelease "build\windows\runner\Release"
#define RunnerSourceDir "windows\runner"


[Setup]
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{966CE504-4AA5-49C7-A63B-74BD6C073E5B}
AppId={{C06443E9-4307-4A52-88A1-0698B500F288}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
AppVerName={#MyAppName} {#MyAppVersion}
Expand Down Expand Up @@ -60,9 +60,9 @@ Name: "full"; Description: "full"; Types: full

[Icons]
Name: "{group}\Visit Website"; Filename: "http://www.linwood.dev/"
Name: "{group}\Flow Documentation"; Filename: "https://docs.flow.linwood.dev/"
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon

[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent

0 comments on commit 84da9e4

Please sign in to comment.