Compare commits

..
2 Commits
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -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:
+7 -2
View File
@@ -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",
@@ -71,4 +76,4 @@
} }
] ]
} }
} }