use `xdg-*` to install desktop icon only

pull/11066/head
Ricardo Fernández Serrata 5 months ago committed by GitHub
parent 7d5498a918
commit d7c56fb689
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -145,7 +145,7 @@ you can configure Helix to show up in the application menu by copying the
provided `.desktop` and icon files to their correct folders:
```sh
xdg-desktop-icon install --novendor contrib/Helix.desktop
cp contrib/Helix.desktop -- "$HOME/.local/share/applications"
xdg-icon-resource install --novendor --size 256 contrib/helix.png
```

Loading…
Cancel
Save