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:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: [macos-latest, ubuntu-20.04, windows-latest]
|
||||
platform: [macos-latest, windows-latest]
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
|
@ -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 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user