mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 05:09:17 +00:00
🖥️ refact(linutil.desktop): executable paths (#782)
This commit is contained in:
parent
26d0adc829
commit
c02bee8a85
|
@ -1,7 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Name=Linutil
|
||||
Exec=sh -c "$HOME/.local/bin/linutil"
|
||||
Comment=Distro-agnostic toolbox designed to simplify everyday Linux tasks
|
||||
Exec=sh -c '/usr/bin/linutil || $HOME/.cargo/bin/linutil || linutil'
|
||||
Icon=utilities-terminal
|
||||
Type=Application
|
||||
Terminal=true
|
||||
Categories=Utility;
|
||||
Categories=Utility;
|
||||
|
|
Loading…
Reference in New Issue
Block a user