mirror of
				https://github.com/winapps-org/winapps.git
				synced 2025-11-04 05:14:03 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			783 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			783 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Copyright (c) 2024 Jon Champagne
 | 
						|
# All rights reserved.
 | 
						|
#
 | 
						|
# SPDX-License-Identifier: Proprietary
 | 
						|
 | 
						|
# GNOME shortcut name
 | 
						|
NAME="Excel"
 | 
						|
 | 
						|
# Used for descriptions and window class
 | 
						|
FULL_NAME="Microsoft Excel"
 | 
						|
 | 
						|
# The executable inside windows
 | 
						|
WIN_EXECUTABLE="C:\Program Files\Microsoft Office\root\Office16\EXCEL.EXE"
 | 
						|
 | 
						|
# GNOME categories
 | 
						|
CATEGORIES="WinApps;Office"
 | 
						|
 | 
						|
# GNOME mimetypes
 | 
						|
MIME_TYPES="application/vnd.ms-excel;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.openxmlformats-officedocument.spreadsheetml.template;application/vnd.ms-excel.sheet.macroEnabled.12;application/vnd.ms-excel.template.macroEnabled.12;application/vnd.ms-excel.addin.macroEnabled.12;application/vnd.ms-excel.sheet.binary.macroEnabled.12;"
 | 
						|
 | 
						|
# System Icon
 | 
						|
ICON="ms-excel"
 |