Skip to content

Commit

Permalink
macos dmg build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-jiao committed Feb 27, 2024
1 parent 7dae26f commit 2ce9dfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: install appdmg
run: npm install -g appdmg
- name: build dmg
run: appdmg ./dmg/config.json ./build/macos/Build/Products/Release/
run: appdmg ./dmg/config.json ./build/macos/Build/Products/Release/Renamer.dmg
- name: macOS Release
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion dmg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"icon": "./assets/desktop.png",
"contents": [
{ "x": 448, "y": 344, "type": "link", "path": "/Applications" },
{ "x": 192, "y": 344, "type": "file", "path": "./build/macos/Build/Products/Release/APP_NAME.app" }
{ "x": 192, "y": 344, "type": "file", "path": "./build/macos/Build/Products/Release/Renamer.app" }
]
}

0 comments on commit 2ce9dfd

Please sign in to comment.