Skip to content

Commit

Permalink
rename asset
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawid Ciepiela committed Nov 15, 2023
1 parent 4dbb0eb commit 9648d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
generate_release_notes: true
prerelease: false
draft: false
files: "dist/kanjireader_${{ github.ref_name }}_setup.exe"
files: "dist/kanjireader_setup.exe"
2 changes: 1 addition & 1 deletion scripts/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ AllowNoIcons=yes
PrivilegesRequired=lowest
PrivilegesRequiredOverridesAllowed=dialog
OutputDir={#SourcePath}\..\dist
OutputBaseFilename=kanjireader_{#MyAppVersion}_setup
OutputBaseFilename=kanjireader_setup
SetupIconFile={#SourcePath}\..\src\data\img\ico\app.ico
UninstallDisplayIcon={app}\data\img\ico\app.ico
Compression=lzma
Expand Down

0 comments on commit 9648d77

Please sign in to comment.