Skip to content

Commit f20dfc0

Browse files
committed
update installer
1 parent b857c03 commit f20dfc0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/installer.iss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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={{}
13+
AppId={{CE6A1AB3-F0E8-4799-B25A-F925536ACB50}}
1414
AppName={#MyAppName}
1515
AppVersion={#MyAppVersion}
1616
;AppVerName={#MyAppName} {#MyAppVersion}
@@ -20,11 +20,11 @@ AppSupportURL={#MyAppURL}
2020
AppUpdatesURL={#MyAppURL}
2121
DefaultDirName={autopf}\{#MyAppName}
2222
DisableProgramGroupPage=yes
23-
OutputDir=C:\Users\Prohurtz\OneDrive\Desktop\Output\
23+
OutputDir=C:\Users\beaul\OneDrive\Desktop\output\
2424
; Uncomment the following line to run in non administrative install mode (install for current user only.)
2525
;PrivilegesRequired=lowest
2626
OutputBaseFilename=Project_Babble-Setup
27-
SetupIconFile=C:\Users\Prohurtz\PycharmProjects\ProjectBabble\BabbleApp\Images\logo.ico
27+
SetupIconFile=C:\Users\beaul\OneDrive\Documents\GitHub\ProjectBabble\BabbleApp\Images\logo.ico
2828
Compression=lzma/ultra64
2929

3030
SolidCompression=yes
@@ -37,8 +37,8 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
3737
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}";
3838

3939
[Files]
40-
Source: "C:\Users\Prohurtz\PycharmProjects\ProjectBabble\BabbleApp\dist\BabbleApp\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
41-
Source: "C:\Users\Prohurtz\PycharmProjects\ProjectBabble\BabbleApp\dist\BabbleApp\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
40+
Source: "C:\Users\beaul\OneDrive\Documents\GitHub\ProjectBabble\BabbleApp\dist\Babble_App\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
41+
Source: "C:\Users\beaul\OneDrive\Documents\GitHub\ProjectBabble\BabbleApp\dist\Babble_App\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
4242
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
4343

4444
[Dirs]

0 commit comments

Comments
 (0)