mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
48 lines
907 B
JSON
48 lines
907 B
JSON
{
|
|
"$schema": "https://cdn.jsdelivr.net/gh/tauri-apps/tauri@tauri-v1.5.0/tooling/cli/schema.json",
|
|
"build": {
|
|
"distDir": [
|
|
"index.html"
|
|
],
|
|
"devPath": [
|
|
"index.html"
|
|
],
|
|
"beforeDevCommand": "",
|
|
"beforeBuildCommand": "",
|
|
"withGlobalTauri": false
|
|
},
|
|
"package": {
|
|
"productName": "gpauth",
|
|
"version": "0.0.0"
|
|
},
|
|
"tauri": {
|
|
"allowlist": {
|
|
"all": false,
|
|
"http": {
|
|
"all": true,
|
|
"request": true,
|
|
"scope": [
|
|
"http://**",
|
|
"https://**"
|
|
]
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "deb",
|
|
"identifier": "com.yuezk.gpauth",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
]
|
|
},
|
|
"security": {
|
|
"csp": null
|
|
},
|
|
"windows": []
|
|
}
|
|
}
|