dtmm: Add .desktop file
A basic Desktop Entry file for the Linux, which includes the configuration for the `nxm://` scheme handling.
This commit is contained in:
parent
6f848bb837
commit
031c03480d
1 changed files with 10 additions and 0 deletions
10
crates/dtmm/assets/dtmm.desktop
Normal file
10
crates/dtmm/assets/dtmm.desktop
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=DTMM
|
||||||
|
GenericName=Mod Manager
|
||||||
|
Comment=A graphical mod manager for Warhammer 40,000: Darktide
|
||||||
|
Exec=dtmm %u
|
||||||
|
Type=Application
|
||||||
|
Keywords=Mod;
|
||||||
|
StartupNotify=true
|
||||||
|
Categories=Utility;
|
||||||
|
MimeType=x-scheme-handler/nxm;
|
Loading…
Add table
Reference in a new issue