mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-13 22:09:15 +02:00
Merge remote-tracking branch 'origin/main' into add-contribution-guidelines
This commit is contained in:
20
apps/mspaint/info
Normal file
20
apps/mspaint/info
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright (c) 2024 Adam
|
||||
# Copyright (c) 2024 Oskar Manhart
|
||||
# All rights reserved.
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
# 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"
|
Reference in New Issue
Block a user