From 40ef5803bfd65fd2393639c5f0feacadf2c28a1a Mon Sep 17 00:00:00 2001 From: esperal Date: Mon, 10 Mar 2025 17:08:25 +0100 Subject: [PATCH] Adding Photoshop 2022 in pre-defined apps --- README.md | 2 +- apps/photoshop-2022/icon.svg | 37 ++++++++++++++++++++++++++++++++++++ apps/photoshop-2022/info | 22 +++++++++++++++++++++ 3 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 apps/photoshop-2022/icon.svg create mode 100644 apps/photoshop-2022/info diff --git a/README.md b/README.md index 80ee9ad..cae5970 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Contributing to the list of supported applications is encouraged through submiss Adobe Photoshop
- (CS6, CC)
+ (CS6, CC, 2022)
Icon in the Public Domain. diff --git a/apps/photoshop-2022/icon.svg b/apps/photoshop-2022/icon.svg new file mode 100644 index 0000000..e30aee3 --- /dev/null +++ b/apps/photoshop-2022/icon.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/apps/photoshop-2022/info b/apps/photoshop-2022/info new file mode 100644 index 0000000..9cb540c --- /dev/null +++ b/apps/photoshop-2022/info @@ -0,0 +1,22 @@ +# Copyright (c) 2024 Fmstrat +# All rights reserved. +# +# SPDX-License-Identifier: Proprietary + +# GNOME shortcut name +NAME="Photoshop 2022" + +# Used for descriptions and window class +FULL_NAME="Adobe Photoshop 2022" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files\Adobe\Adobe Photoshop 2022\Photoshop.exe" + +# GNOME categories +CATEGORIES="WinApps;Adobe" + +# GNOME mimetypes +MIME_TYPES="image/vnd.adobe.photoshop;" + +# System Icon +ICON="AdobePhotoshop"