Merge remote-tracking branch 'origin/main' into add-contribution-guidelines

This commit is contained in:
Oskar Manhart
2024-09-09 17:16:03 +02:00
12 changed files with 268 additions and 5 deletions

20
apps/mspaint/info Normal file
View 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"