mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-01 12:47:19 +02:00
15 lines
451 B
Plaintext
15 lines
451 B
Plaintext
# GNOME shortcut name
|
|
NAME="Paint"
|
|
|
|
# Used for descriptions and window class
|
|
FULL_NAME="Microsoft Paint"
|
|
|
|
# The executable inside windows
|
|
WIN_EXECUTABLE="C:\windows\system32\mspaint.exe"
|
|
|
|
# GNOME categories
|
|
CATEGORIES="WinApps;Graphics"
|
|
|
|
# GNOME mimetypes
|
|
MIME_TYPES="image/png;image/bmp;image/jpeg;image/jpe;image/jpeg;image/tiff;image/tif;image/x-ms-bmp;image/dib;image/vnd.microsoft.icon;image/x-icon;image/ico;image/icon;text/ico;application/ico"
|