Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Dec 21, 2021
1 parent d4cc561 commit 7a85070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
os: [macos-11]
platform: [
build-mac,
build-mac-arm,
build-win
build-mac-arm
]

if: startsWith(github.event.ref, 'refs/tags/v')
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"appId": "com.dootask.task",
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
"files": [
"public",
"public/**/*",
"main.js",
"preload.js"
],
Expand Down

0 comments on commit 7a85070

Please sign in to comment.