mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
17 lines
375 B
JSON
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
|
|
}
|
|
}
|
|
}
|