Skip to content

Commit

Permalink
build dmg...
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Feb 27, 2024
1 parent 2a6ebe0 commit 08e99e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: cables_electron/dist/mac-arm64/cables.app
asset_name: cables.app
asset_path: cables_electron/dist/cables-0.0.1-arm64.dmg
asset_name: cables-0.0.1-arm64.dmg
asset_content_type: application/octet-stream
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1",
"pack": "electron-builder --dir",
"p": "electron-builder --dir --config -c.mac.identity=null",
"p": "electron-builder --config -c.mac.identity=null",
"dist": "electron-builder"
},
"build": {
Expand Down Expand Up @@ -50,6 +50,7 @@
}
],
"mac": {
"target": ["dmg"],
"category": "public.app-category.developer-tools"
},
"nodeVersion": "18.14.2",
Expand Down

0 comments on commit 08e99e4

Please sign in to comment.