Add desktop entry
This commit is contained in:
parent
52c88a37e7
commit
add4df7220
|
@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
|
|||
--add-flags "-jar $out/share/tlauncher/tlauncher.jar" \
|
||||
--prefix PATH : ${lib.makeBinPath runtimeDeps} \
|
||||
--set _JAVA_AWT_WM_NONREPARENTING 1
|
||||
install -DT ${./tlauncher.desktop} $out/share/applications/tlauncher.desktop
|
||||
'';
|
||||
}
|
||||
|
|
7
tlauncher.desktop
Normal file
7
tlauncher.desktop
Normal file
|
@ -0,0 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Exec=tlauncher
|
||||
Name=TLauncher
|
||||
Categories=Game
|
Loading…
Reference in a new issue