You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.0 KiB
JSON

{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"package": {
"productName": "notice-client",
"version": "0.1.0"
},
"build": {
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build",
"devPath": "http://localhost:1422",
"distDir": "../dist"
},
"tauri": {
"allowlist": {
"all": true,
"http": {
"all": true,
"request": true,
"scope": ["http://*/*", "https://*/*"]
}
},
"windows": [],
"systemTray": {
"iconPath": "icons/icon.ico"
},
"security": {
"csp": null
},
"bundle": {
"active": true,
"targets": ["deb"],
"identifier": "com.ziyun.noticeclient",
"deb": {
"depends": []
},
"appimage": {
"bundleMediaFramework": false
},
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico",
"icons/icon.png"
]
}
}
}