Compare commits
2 Commits
12feefaaec
...
55de6f7993
Author | SHA1 | Date | |
---|---|---|---|
|
55de6f7993 | ||
|
477634978f |
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform: [macos-latest, ubuntu-20.04, windows-latest]
|
platform: [macos-latest, windows-latest]
|
||||||
|
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
|
@ -52,7 +52,12 @@
|
|||||||
"icons/eyeicon.ico"
|
"icons/eyeicon.ico"
|
||||||
],
|
],
|
||||||
"identifier": "xyz.archgrid.comic-viewer",
|
"identifier": "xyz.archgrid.comic-viewer",
|
||||||
"targets": "all"
|
"targets": "all",
|
||||||
|
"windows": {
|
||||||
|
"wix": {
|
||||||
|
"language": "zh-CN"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"security": {
|
"security": {
|
||||||
"devCsp": "default-src 'self'; img-src 'self' asset: https://asset.localhost",
|
"devCsp": "default-src 'self'; img-src 'self' asset: https://asset.localhost",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user