From 5b4c4c8a9c2d70eca049bec6b68bd1432a86633c Mon Sep 17 00:00:00 2001 From: Will Date: Fri, 20 Oct 2023 10:38:39 -0500 Subject: [PATCH] changed output name --- .github/workflows/testcompile.yml | 2 +- DesktopApp/innosetup.iss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testcompile.yml b/.github/workflows/testcompile.yml index 7fcd1a5..ebbe77e 100644 --- a/.github/workflows/testcompile.yml +++ b/.github/workflows/testcompile.yml @@ -49,7 +49,7 @@ jobs: - name: Archive installer files run: | - Compress-Archive -Path "DesktopApp/Output/setup.exe" -DestinationPath "release_artifacts/BoxmanFiddlejigInstaller.zip" + Compress-Archive -Path "DesktopApp/Output/Boxman Installer.exe" -DestinationPath "release_artifacts/BoxmanFiddlejigInstaller.zip" shell: pwsh - name: Create and Upload Release diff --git a/DesktopApp/innosetup.iss b/DesktopApp/innosetup.iss index 52a32d6..d9ca72b 100644 --- a/DesktopApp/innosetup.iss +++ b/DesktopApp/innosetup.iss @@ -25,7 +25,7 @@ DisableProgramGroupPage=yes ; Remove the following line to run in administrative install mode (install for all users.) PrivilegesRequired=lowest PrivilegesRequiredOverridesAllowed=dialog -OutputBaseFilename=setup +OutputBaseFilename=Boxman Installer ; SetupIconFile=C:\git\ESPLiveBackLight\DesktopApp\dist\Boxman Fiddlejig\giblets\Application\resources\think.ico SetupIconFile="{#SourceDir}\giblets\Application\resources\think.ico" Compression=lzma