Tauri update to beta
This commit is contained in:
@@ -5,13 +5,8 @@
|
||||
"cwd": "../../angular",
|
||||
"wait": false
|
||||
},
|
||||
"devPath": "http://localhost:4100",
|
||||
"distDir": "../../angular/dist/tauri-builtin",
|
||||
"withGlobalTauri": true
|
||||
},
|
||||
"package": {
|
||||
"productName": "Portmaster",
|
||||
"version": "0.1.0"
|
||||
"frontendDist": "../../angular/dist/tauri-builtin",
|
||||
"devUrl": "http://localhost:4100"
|
||||
},
|
||||
"plugins": {
|
||||
"cli": {
|
||||
@@ -38,79 +33,19 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"tauri": {
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"category": "Utility",
|
||||
"copyright": "Safing Limited Inc",
|
||||
"deb": {
|
||||
"depends": [
|
||||
"libayatana-appindicator3"
|
||||
],
|
||||
"desktopTemplate": "../../../packaging/linux/portmaster.desktop",
|
||||
"files": {
|
||||
"/usr/lib/systemd/system/portmaster.service": "../../../packaging/linux/portmaster.service",
|
||||
"/etc/xdg/autostart/portmaster.desktop": "../../../packaging/linux/portmaster-autostart.desktop",
|
||||
"/var/": "../../../packaging/linux/var",
|
||||
"../control/postinst": "../../../packaging/linux/debian/postinst",
|
||||
"../control/postrm": "../../../packaging/linux/debian/postrm"
|
||||
}
|
||||
},
|
||||
"externalBin": [
|
||||
"binaries/portmaster-start",
|
||||
"binaries/portmaster-core"
|
||||
],
|
||||
"icon": [
|
||||
"../assets/icons/pm_dark_512.png",
|
||||
"../assets/icons/pm_dark_512.ico",
|
||||
"../assets/icons/pm_light_512.png",
|
||||
"../assets/icons/pm_light_512.ico"
|
||||
],
|
||||
"identifier": "io.safing.portmaster",
|
||||
"longDescription": "",
|
||||
"macOS": {
|
||||
"entitlements": null,
|
||||
"exceptionDomain": "",
|
||||
"frameworks": [],
|
||||
"providerShortName": null,
|
||||
"signingIdentity": null
|
||||
},
|
||||
"resources": [],
|
||||
"shortDescription": "",
|
||||
"targets": [
|
||||
"deb",
|
||||
"appimage",
|
||||
"nsis",
|
||||
"msi",
|
||||
"app"
|
||||
],
|
||||
"windows": {
|
||||
"certificateThumbprint": null,
|
||||
"digestAlgorithm": "sha256",
|
||||
"timestampUrl": ""
|
||||
}
|
||||
},
|
||||
"security": {
|
||||
"csp": null,
|
||||
"dangerousRemoteDomainIpcAccess": [
|
||||
{
|
||||
"windows": [
|
||||
"main",
|
||||
"prompt"
|
||||
],
|
||||
"plugins": [
|
||||
"shell",
|
||||
"os",
|
||||
"clipboard-manager",
|
||||
"event",
|
||||
"window",
|
||||
"cli",
|
||||
"portmaster"
|
||||
],
|
||||
"domain": "localhost"
|
||||
}
|
||||
]
|
||||
},
|
||||
"productName": "Portmaster",
|
||||
"version": "0.1.0",
|
||||
"identifier": "io.safing.portmaster",
|
||||
"app": {
|
||||
"withGlobalTauri": true,
|
||||
"windows": []
|
||||
},
|
||||
"bundle": {
|
||||
"icon": [
|
||||
"../assets/icons/pm_dark_512.png",
|
||||
"../assets/icons/pm_dark_512.ico",
|
||||
"../assets/icons/pm_light_512.png",
|
||||
"../assets/icons/pm_light_512.ico"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user