Skip to content

Commit

Permalink
Move Debian package icon such that absolute path to it is not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Dec 23, 2023
1 parent 0876c50 commit 3721f64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ assets = [
["res/linux/space-acres-autostart.desktop", "/etc/xdg/autostart/space-acres.desktop", "644"],
["target/release/space-acres", "/usr/bin/space-acres", "755"],
["res/linux/space-acres.desktop", "/usr/share/applications/space-acres.desktop", "644"],
["res/linux/space-acres.png", "/usr/share/icons/hicolor/apps/space-acres.png", "644"],
["res/linux/space-acres.png", "/usr/share/pixmaps/space-acres.png", "644"],
]

# TODO: Menu shortcut will not be generated automatically in case of re-init: https://github.com/volks73/cargo-wix/issues/141
Expand Down
2 changes: 1 addition & 1 deletion res/linux/space-acres-autostart.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
Type=Application
Name=Space Acres
Comment=Space Acres is an opinionated unofficial GUI application for farming on Subspace Network
Icon=/usr/share/icons/hicolor/apps/space-acres.png
Icon=space-acres
Exec=space-acres --startup
2 changes: 1 addition & 1 deletion res/linux/space-acres.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Categories=Network
GenericName=Subspace Network Farming Software
Comment=Space Acres is an opinionated unofficial GUI application for farming on Subspace Network
Keywords=subspace;farmer;farming
Icon=/usr/share/icons/hicolor/apps/space-acres.png
Icon=space-acres
Exec=space-acres
Terminal=false
StartupNotify=false
Expand Down

0 comments on commit 3721f64

Please sign in to comment.