Compare commits
No commits in common. "55de6f7993cfa2a0720f6f19e1a83ec0c3d329c2" and "12feefaaec7bbde0474e4e53cae59c174c645d7d" have entirely different histories.
55de6f7993
...
12feefaaec
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, windows-latest]
|
platform: [macos-latest, ubuntu-20.04, windows-latest]
|
||||||
|
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
|
@ -52,12 +52,7 @@
|
|||||||
"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",
|
||||||
@ -76,4 +71,4 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user