Skip to content

Commit

Permalink
Think i found the issue but its glitched
Browse files Browse the repository at this point in the history
  • Loading branch information
mas6y6 committed Dec 6, 2024
1 parent 08aea18 commit 59a9162
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions inno/installer_x32.iss
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ ChangesAssociations=yes
DisableProgramGroupPage=yes
; Uncomment the following line to run in non administrative install mode (install for current user only.)
PrivilegesRequired=lowest
OutputDir=.\distworkflow
OutputDir=distworkflow
OutputBaseFilename=CipherOS Windows 1.5.1 x32
SetupIconFile=.\icon.ico
SetupIconFile=icon.ico
Compression=lzma
SolidCompression=yes
WizardStyle=modern
Expand All @@ -48,7 +48,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[Files]
Source: ".\distworkflow\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "\distworkflow\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Registry]
Expand Down
6 changes: 3 additions & 3 deletions inno/installer_x64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ ChangesAssociations=yes
DisableProgramGroupPage=yes
; Uncomment the following line to run in non administrative install mode (install for current user only.)
PrivilegesRequired=lowest
OutputDir=.\distworkflow
OutputDir=distworkflow
OutputBaseFilename=CipherOS Windows 1.5.1 x64
SetupIconFile=.\icon.ico
SetupIconFile=icon.ico
Compression=lzma
SolidCompression=yes
WizardStyle=modern
Expand All @@ -48,7 +48,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[Files]
Source: ".\distworkflow\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "\distworkflow\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Registry]
Expand Down

0 comments on commit 59a9162

Please sign in to comment.