fix(build):尝试修正Windows无法打包的问题。
This commit is contained in:
parent
12feefaaec
commit
477634978f
@ -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 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user