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..fe08a68 --- /dev/null +++ b/apps/photoshop-2022/info @@ -0,0 +1,17 @@ +# 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"