Skip to content

Commit

Permalink
Move InnoSetup config
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL committed Sep 2, 2024
1 parent 42ae5e2 commit b4afae6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
$Filename = $current_date + "_" + $git_hash + "_Windows_welle-io-setup_x64"
echo ""*** Run InnoSetup "***"
& ISCC /O.\ /F$Filename windows/installer.iss
& ISCC /O.\ /F$Filename windows_installer.iss
- name: Archive artifacts (welle.io Windows installer)
if: always() && steps.create_installer.outcome == 'success'
Expand Down
4 changes: 2 additions & 2 deletions windows/installer.iss → windows_installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ ArchitecturesAllowed=x64compatible
; the 64-bit view of the registry.
ArchitecturesInstallIn64BitMode=x64compatible
OutputBaseFilename=welle-io_install_x64
LicenseFile=..\COPYING
SetupIconFile=..\src\welle-gui\icons\icon.ico
LicenseFile=COPYING
SetupIconFile=src\welle-gui\icons\icon.ico

[Files]
Source: "..\installer/*"; DestDir: "{app}"; Flags: recursesubdirs
Expand Down

0 comments on commit b4afae6

Please sign in to comment.