Skip to content

Commit

Permalink
Use App ID for Linux data files (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobDev committed Aug 6, 2023
1 parent c698d44 commit 33b7ace
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CoinKiller.pro
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ linux-g++ {
ck_data.path = $$PREFIX/bin/coinkiller_data
ck_data.files += coinkiller_data/*
desktop.path = $$PREFIX/share/applications/
desktop.files += resource/coinkiller.desktop
desktop.files += resource/io.github.Arisotura.CoinKiller.desktop
icon512.path = $$PREFIX/share/icons/hicolor/512x512/apps
icon512.files += resource/ck_icon.png
icon512.files += resource/io.github.Arisotura.CoinKiller.png

INSTALLS += icon512
INSTALLS += desktop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type=Application
Name=CoinKiller
Comment=A level editor for New Super Mario Bros. 2
Exec=CoinKiller
Icon=ck_icon
Icon=io.github.Arisotura.CoinKiller
Terminal=false
Categories=Development;
Keywords=nsmb2;level-editor;mario;
File renamed without changes

0 comments on commit 33b7ace

Please sign in to comment.