Skip to content

Commit 84da9e4

Browse files
committed
Fix appid
1 parent 599c569 commit 84da9e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/FlowSetup.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
#define MyAppVersion "1.6"
66
#define MyAppPublisher "Linwood"
77
#define MyAppURL "https://www.linwood.dev"
8-
#define MyAppExeName "flow.exe"
8+
#define MyAppExeName "flow.exe"
99
#define BaseDirRelease "build\windows\runner\Release"
1010
#define RunnerSourceDir "windows\runner"
1111

1212

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

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

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

0 commit comments

Comments
 (0)