We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84496f2 commit 2a97b3bCopy full SHA for 2a97b3b
1 file changed
src-tauri/tauri.conf.json
@@ -61,13 +61,19 @@
61
"../control/postinst": "../resources-linux/postinst",
62
"../control/prerm": "../resources-linux/prerm",
63
"../control/postrm": "../resources-linux/postrm"
64
- }
+ },
65
+ "depends": [
66
+ "desktop-file-utils"
67
+ ]
68
},
69
"rpm": {
70
"files": {
71
"/usr/sbin/defguard-service": "target/release/defguard-service",
72
"/lib/systemd/system/defguard-service.service": "../resources-linux/defguard-service.service"
73
74
75
76
+ ],
77
"postInstallScript": "../resources-linux/postinst",
78
"preRemoveScript": "../resources-linux/prerm",
79
"postRemoveScript": "../resources-linux/postrm"
0 commit comments