38 lines
792 B
JSON
38 lines
792 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "YubiSwitch",
|
|
"version": "0.1.0",
|
|
"identifier": "com.enuxia.yubiswitch",
|
|
"build": {
|
|
"beforeDevCommand": "npm run dev",
|
|
"devUrl": "http://localhost:1420",
|
|
"beforeBuildCommand": "npm run build",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"withGlobalTauri": true,
|
|
"windows": [
|
|
{
|
|
"title": "YubiSwitch",
|
|
"width": 380,
|
|
"height": 420,
|
|
"resizable": false,
|
|
"maximizable": false,
|
|
"center": true
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "nsis",
|
|
"icon": [
|
|
"icons/app-icon.png",
|
|
"icons/icon.ico"
|
|
],
|
|
"publisher": "Enuxia",
|
|
"copyright": "© 2026 Enuxia"
|
|
}
|
|
} |