Skip to content

Commit

Permalink
macOS DMG: Probably Actually Fix(TM) icon location
Browse files Browse the repository at this point in the history
  • Loading branch information
qwertychouskie authored May 19, 2024
1 parent 3d5eaaa commit 8a0b6dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
- name: Make DMG
uses: unofficial-rev-port/[email protected]
with:
name: 'REVHubInterface_Mac_DMG'
name: 'REVHubInterface'
srcdir: './dist/REVHubInterface.app'
- name: Upload DMG
uses: actions/upload-artifact@v4
with:
name: 'REVHubInterface_Mac_DMG'
path: './REVHubInterface_Mac_DMG.dmg'
path: './REVHubInterface.dmg'
pyinstaller-build-win:
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 8a0b6dc

Please sign in to comment.