mirror of
				https://github.com/winapps-org/winapps.git
				synced 2025-10-31 11:24:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			399 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			399 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Copyright (c) 2024 Fmstrat
 | |
| # All rights reserved.
 | |
| #
 | |
| # SPDX-License-Identifier: Proprietary
 | |
| 
 | |
| # GNOME shortcut name
 | |
| NAME="Powershell"
 | |
| 
 | |
| # Used for descriptions and window class
 | |
| FULL_NAME="Microsoft Powershell"
 | |
| 
 | |
| # The executable inside windows
 | |
| WIN_EXECUTABLE="C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe"
 | |
| 
 | |
| # GNOME categories
 | |
| CATEGORIES="WinApps;Windows"
 | |
| 
 | |
| # GNOME mimetypes
 | |
| MIME_TYPES=""
 | 
