GlobalProtect-openconnect/apps/gpauth/tauri.conf.json
2024-12-24 13:40:51 +00:00

17 lines
375 B
JSON

{
"$schema": "https://cdn.jsdelivr.net/gh/tauri-apps/tauri@tauri-v2.1.1/crates/tauri-cli/config.schema.json",
"build": {
"frontendDist": ["index.html"],
"beforeDevCommand": "",
"beforeBuildCommand": ""
},
"identifier": "com.yuezk.gpauth",
"productName": "gpauth",
"app": {
"withGlobalTauri": false,
"security": {
"csp": null
}
}
}