fix: verify desktop build with cargo

This commit is contained in:
2026-07-18 20:09:29 +08:00
parent b7a84d31ea
commit 250b71951e
8 changed files with 4964 additions and 62 deletions

View File

@@ -18,11 +18,12 @@
}
],
"security": {
"csp": null
"csp": "default-src 'self'; img-src 'self' asset: https: data:; style-src 'self' 'unsafe-inline'; connect-src http://* https://*"
}
},
"bundle": {
"active": true,
"targets": "all"
"targets": "all",
"icon": ["icons/icon.ico"]
}
}