Skip to content

Commit

Permalink
changed output name
Browse files Browse the repository at this point in the history
  • Loading branch information
Boxylmer committed Oct 20, 2023
1 parent 8782aa6 commit 5b4c4c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testcompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion DesktopApp/innosetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b4c4c8

Please sign in to comment.