fix(justfile): wrong path to localized desktop entries

This commit is contained in:
Michael Aaron Murphy 2026-03-10 18:23:34 +01:00 committed by Ashley Wulber
parent a91fc32edb
commit 216f0355bb

View file

@ -46,7 +46,7 @@ _install_desktop path:
_install_bin name:
install -Dm0755 {{ targetdir }}/{{ target }}/{{ name }} {{ bindir }}/{{ name }}
_install_applet id name: (_install_icons name) (_install_desktop name + '/data/' + id + '.desktop') (_link_applet name)
_install_applet id name: (_install_icons name) (_install_desktop 'target/xdgen/' + id + '.desktop') (_link_applet name)
_install_button id name: (_install_icons name) (_install_desktop 'target/xdgen/' + id + '.desktop')