Skip to content

Commit 0c16aec

Browse files
committed
Update InnoSetupInstallScript_x64.iss
1 parent aa8f9ff commit 0c16aec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ChromiumForWindows/Resources/InnoSetupInstallScript_x64.iss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#define MyAppName "ChromiumForWindows"
55
#define MyAppVersion "1.5.2"
66
#define MyAppPublisher "iklevente"
7-
#define MyAppURL "https://www.github.com/iklevente/ChromiumForWindows/"
8-
#define MyAppExeName "ChromiumForWindows.exe"
7+
#define MyAppURL "https://github.com/iklevente/ChromiumForWindows"
8+
#define MyAppExeName "ChromiumLauncher.exe"
99

1010
[Setup]
1111
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
1212
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
13-
AppId={{06BAAF41-8ED2-4C9E-A224-2F3F3271FEAC}
13+
AppId={{122F2A3C-BFDA-4EE2-B5E2-D29C8101F7D5}
1414
AppName={#MyAppName}
1515
AppVersion={#MyAppVersion}
1616
;AppVerName={#MyAppName} {#MyAppVersion}
@@ -27,7 +27,7 @@ LicenseFile=C:\Users\klevi\Desktop\License.txt
2727
;PrivilegesRequired=lowest
2828
PrivilegesRequiredOverridesAllowed=dialog
2929
OutputDir=C:\Users\klevi\Desktop
30-
OutputBaseFilename=ChromiumForWindows x64
30+
OutputBaseFilename=ChromiumForWindows_x64
3131
SetupIconFile=D:\Projects\Visual Studio\ChromiumForWindows\ChromiumForWindows\Images\chromiumicon.ico
3232
Compression=lzma
3333
SolidCompression=yes
@@ -37,7 +37,7 @@ WizardStyle=modern
3737
Name: "english"; MessagesFile: "compiler:Default.isl"
3838

3939
[Files]
40-
Source: "D:\Projects\Visual Studio\ChromiumForWindows\ChromiumForWindows\bin\x64\Release\netcoreapp3.1\ChromiumForWindows.exe"; DestDir: "{app}"; Flags: ignoreversion
40+
Source: "D:\Projects\Visual Studio\ChromiumForWindows\ChromiumForWindows\bin\x64\Release\netcoreapp3.1\ChromiumLauncher.exe"; DestDir: "{app}"; Flags: ignoreversion
4141
Source: "D:\Projects\Visual Studio\ChromiumForWindows\ChromiumForWindows\bin\x64\Release\netcoreapp3.1\ChromiumForWindows.deps.json"; DestDir: "{app}"; Flags: ignoreversion
4242
Source: "D:\Projects\Visual Studio\ChromiumForWindows\ChromiumForWindows\bin\x64\Release\netcoreapp3.1\ChromiumForWindows.dll"; DestDir: "{app}"; Flags: ignoreversion
4343
Source: "D:\Projects\Visual Studio\ChromiumForWindows\ChromiumForWindows\bin\x64\Release\netcoreapp3.1\ChromiumForWindows.pdb"; DestDir: "{app}"; Flags: ignoreversion

0 commit comments

Comments
 (0)