Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
🐛 .desktop file fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
i1u5 committed Apr 5, 2020
1 parent b8c48bf commit 1755de3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
],
"desktop": {
"GenericName": "Discord RPC",
"Categories": "Utility;",
"Actions": "StoreURL;ContributorsURL;Debug;Kill;\n\n[Desktop Action StoreURL]\nType=Link\nURL=https://premid.app/store\nName=Presence Store\n\n[Desktop Action ContributorsURL]\nType=Link\nURL=https://premid.app/contributors\nName=Acknowledgments\n\n[Desktop Action Debug]\nTerminal=true\nName=Open in Terminal\n\n[Desktop Action Kill]\nExec=killall -3 premid\nName=Quit"
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/assets/premid.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Icon=premid
Exec=/usr/bin/premid
Terminal=false
Actions=StoreURL;ContributorsURL;Debug;Kill;
Categories=Utility;

[Desktop Action StoreURL]
Type=Link
Expand All @@ -19,7 +20,6 @@ URL=https://premid.app/contributors
Name=Acknowledgments

[Desktop Action Debug]
Exec=/usr/bin/premid
Terminal=true
Name=Open in Terminal

Expand Down

0 comments on commit 1755de3

Please sign in to comment.