mirror of
				https://github.com/winapps-org/winapps.git
				synced 2025-11-03 21:04:04 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			680 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			680 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Copyright (c) 2024 Fmstrat
 | 
						|
# All rights reserved.
 | 
						|
#
 | 
						|
# SPDX-License-Identifier: Proprietary
 | 
						|
 | 
						|
# GNOME shortcut name
 | 
						|
NAME="Word"
 | 
						|
 | 
						|
# Used for descriptions and window class
 | 
						|
FULL_NAME="Microsoft Word"
 | 
						|
 | 
						|
# The executable inside windows
 | 
						|
WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\Office16\WINWORD.EXE"
 | 
						|
 | 
						|
# GNOME categories
 | 
						|
CATEGORIES="WinApps;Office"
 | 
						|
 | 
						|
# GNOME mimetypes
 | 
						|
MIME_TYPES="application/msword;application/vnd.openxmlformats-officedocument.wordprocessingml.document;application/vnd.openxmlformats-officedocument.wordprocessingml.template;application/vnd.ms-word.document.macroEnabled.12;application/vnd.ms-word.template.macroEnabled.12;"
 | 
						|
 | 
						|
# System Icon
 | 
						|
ICON="ms-word"
 |