mirror of
				https://github.com/winapps-org/winapps.git
				synced 2025-11-03 21:04:04 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			431 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			431 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Copyright (c) 2024 Fmstrat
 | 
						|
# All rights reserved.
 | 
						|
#
 | 
						|
# SPDX-License-Identifier: Proprietary
 | 
						|
 | 
						|
# GNOME shortcut name
 | 
						|
NAME="Publisher"
 | 
						|
 | 
						|
# Used for descriptions and window class
 | 
						|
FULL_NAME="Microsoft Publisher"
 | 
						|
 | 
						|
# The executable inside windows
 | 
						|
WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\root\Office16\MSPUB.EXE"
 | 
						|
 | 
						|
# GNOME categories
 | 
						|
CATEGORIES="WinApps;Office"
 | 
						|
 | 
						|
# GNOME mimetypes
 | 
						|
MIME_TYPES="application/vnd.ms-publisher;"
 |