Fix file name in xdg/autostart

This commit is contained in:
Patrick Pacher 2024-03-27 13:03:33 +01:00
parent 347e2d1982
commit de87216d5c

View file

@ -50,7 +50,7 @@
"desktopTemplate": "../../../packaging/linux/portmaster.desktop", "desktopTemplate": "../../../packaging/linux/portmaster.desktop",
"files": { "files": {
"/usr/lib/systemd/system/portmaster.service": "../../../packaging/linux/portmaster.service", "/usr/lib/systemd/system/portmaster.service": "../../../packaging/linux/portmaster.service",
"/etc/xdg/autostart/portmaster.service": "../../../packaging/linux/portmaster-autostart.desktop", "/etc/xdg/autostart/portmaster.desktop": "../../../packaging/linux/portmaster-autostart.desktop",
"/var/": "../../../packaging/linux/var" "/var/": "../../../packaging/linux/var"
} }
}, },