Skip to content

Commit

Permalink
Releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvisscher committed Jul 18, 2024
1 parent 87bd362 commit d4bb950
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
uses: actions/upload-artifact@master
with:
name: windows-installer
path: dist/Install Activity Browser.exe
path: dist/Activity_Browser_Install_Win_x64
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/upload-artifact@master
with:
name: windows-installer
path: dist/Install Activity Browser.exe
path: dist/Activity_Browser_Install_Win_x64.exe
release:
needs: build_windows
runs-on: ubuntu-latest
Expand All @@ -50,4 +50,4 @@ jobs:
body: Release test
draft: true
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: windows-installer/Install Activity Browser.exe
artifacts: windows-installer/Activity_Browser_Install_Win_x64.exe
4 changes: 2 additions & 2 deletions win-setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ ArchitecturesInstallIn64BitMode=x64compatible
DisableProgramGroupPage=yes
; Uncomment the following line to run in non administrative install mode (install for current user only.)
PrivilegesRequired=lowest
; PrivilegesRequiredOverridesAllowed=dialog
OutputBaseFilename="Install Activity Browser"
PrivilegesRequiredOverridesAllowed=dialog
OutputBaseFilename="Activity_Browser_Install_Win_x64"
Compression=lzma
SolidCompression=yes
WizardStyle=modern
Expand Down

0 comments on commit d4bb950

Please sign in to comment.