Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.
/ Linux Public archive

Commit 1755de3

Browse files
committed
πŸ› .desktop file fixes
1 parent b8c48bf commit 1755de3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
],
4646
"desktop": {
4747
"GenericName": "Discord RPC",
48+
"Categories": "Utility;",
4849
"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"
4950
}
5051
},

β€Žsrc/assets/premid.desktopβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Icon=premid
77
Exec=/usr/bin/premid
88
Terminal=false
99
Actions=StoreURL;ContributorsURL;Debug;Kill;
10+
Categories=Utility;
1011

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

2122
[Desktop Action Debug]
22-
Exec=/usr/bin/premid
2323
Terminal=true
2424
Name=Open in Terminal
2525

0 commit comments

Comments
Β (0)