Compare commits

...

2 Commits

Author SHA1 Message Date
徐涛
55de6f7993 enhance(action):去掉Linux系统的自动打包Aciton。 2023-03-15 08:55:19 +08:00
徐涛
477634978f fix(build):尝试修正Windows无法打包的问题。 2023-03-15 08:53:38 +08:00
2 changed files with 8 additions and 3 deletions

View File

@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-20.04, windows-latest]
platform: [macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:

View File

@ -52,7 +52,12 @@
"icons/eyeicon.ico"
],
"identifier": "xyz.archgrid.comic-viewer",
"targets": "all"
"targets": "all",
"windows": {
"wix": {
"language": "zh-CN"
}
}
},
"security": {
"devCsp": "default-src 'self'; img-src 'self' asset: https://asset.localhost",
@ -71,4 +76,4 @@
}
]
}
}
}