mirror of
https://github.com/lelgenio/dzgui-nix.git
synced 2024-11-09 09:31:40 -03:00
Add desktop entry
This commit is contained in:
parent
cb5fd49cf6
commit
0ece4e88a6
|
@ -34,7 +34,8 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
installPhase = ''
|
||||
install -Dm777 -T dzgui.sh $out/bin/.dzgui-unwrapped_
|
||||
install -DT dzgui.sh $out/bin/.dzgui-unwrapped_
|
||||
install -DT ${./dzgui.desktop} $out/share/applications/dzgui.desktop
|
||||
makeWrapper $out/bin/.dzgui-unwrapped_ $out/bin/dzgui \
|
||||
--prefix PATH ':' ${lib.makeBinPath runtimeDeps}
|
||||
'';
|
||||
|
|
7
dzgui.desktop
Normal file
7
dzgui.desktop
Normal file
|
@ -0,0 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Exec=dzgui
|
||||
Name=DZGUI
|
||||
Categories=Game
|
Loading…
Reference in a new issue