no message

This commit is contained in:
kuaifan 2021-12-22 00:37:17 +08:00
parent d4cc561d90
commit 7a850704e5
2 changed files with 2 additions and 3 deletions

View File

@ -38,8 +38,7 @@ jobs:
os: [macos-11] os: [macos-11]
platform: [ platform: [
build-mac, build-mac,
build-mac-arm, build-mac-arm
build-win
] ]
if: startsWith(github.event.ref, 'refs/tags/v') if: startsWith(github.event.ref, 'refs/tags/v')

View File

@ -47,7 +47,7 @@
"appId": "com.dootask.task", "appId": "com.dootask.task",
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}", "artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
"files": [ "files": [
"public", "public/**/*",
"main.js", "main.js",
"preload.js" "preload.js"
], ],