mirror of
				https://github.com/lelgenio/dzgui-nix.git
				synced 2025-11-04 04:47:36 -03:00 
			
		
		
		
	Add desktop entry
This commit is contained in:
		
							parent
							
								
									cb5fd49cf6
								
							
						
					
					
						commit
						0ece4e88a6
					
				
					 2 changed files with 9 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue