Skip to content

Commit c74c820

Browse files
committed
So I forgot to spectify the path
1 parent 0a0734d commit c74c820

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inno/installer_x32.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
4848
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
4949

5050
[Files]
51-
Source: "D:\Projects\CipherOS\downloads\windows-latest-x32-build\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
51+
Source: "./distworkflow/{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
5252
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
5353

5454
[Registry]

inno/installer_x64.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
4848
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
4949

5050
[Files]
51-
Source: "D:\Projects\CipherOS\downloads\windows-latest-x64-build\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
51+
Source: "./distworkflow/{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
5252
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
5353

5454
[Registry]

0 commit comments

Comments
 (0)