Compare commits

..

No commits in common. "55de6f7993cfa2a0720f6f19e1a83ec0c3d329c2" and "12feefaaec7bbde0474e4e53cae59c174c645d7d" have entirely different histories.

2 changed files with 3 additions and 8 deletions

View File

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

View File

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