Compare commits

...
2 Commits
2 changed files with 8 additions and 3 deletions
+1 -1
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:
+7 -2
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 @@
}
]
}
}
}