feat: add Adobe CC 2024 integrations

This commit is contained in:
queenkjuul
2025-08-27 11:05:25 -05:00
parent 09288b135e
commit 02966c8440
14 changed files with 266 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# Copyright (c) 2024 Fmstrat
# All rights reserved.
#
# SPDX-License-Identifier: Proprietary
# GNOME shortcut name
NAME="After Effects 2024"
# Used for descriptions and window class
FULL_NAME="Adobe After Effects 2024"
# The executable inside windows
WIN_EXECUTABLE="C:\Program Files\Adobe\Adobe After Effects 2024\Support Files\AfterFX.exe"
# GNOME categories
CATEGORIES="WinApps;Adobe"
# GNOME mimetypes
MIME_TYPES="application/vnd.adobe.aftereffects.project;application/vnd.adobe.aftereffects.template;"
# System Icon
ICON="AdobeAfterEffects"