From b4afae673d25e8362612a67207929dd96673c6c2 Mon Sep 17 00:00:00 2001 From: Albrecht Lohofener Date: Mon, 2 Sep 2024 09:39:02 +0200 Subject: [PATCH] Move InnoSetup config --- .github/workflows/windows.yml | 2 +- windows/installer.iss => windows_installer.iss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename windows/installer.iss => windows_installer.iss (94%) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 940c2486..969c440c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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' diff --git a/windows/installer.iss b/windows_installer.iss similarity index 94% rename from windows/installer.iss rename to windows_installer.iss index 4be92d51..4cd38ed3 100644 --- a/windows/installer.iss +++ b/windows_installer.iss @@ -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