mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-03 05:37:19 +02:00
23 lines
467 B
Plaintext
23 lines
467 B
Plaintext
# Copyright (c) 2024 Fmstrat
|
|
# All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: Proprietary
|
|
|
|
# GNOME shortcut name
|
|
NAME="Photoshop CS6"
|
|
|
|
# Used for descriptions and window class
|
|
FULL_NAME="Adobe Photoshop CS6"
|
|
|
|
# The executable inside windows
|
|
WIN_EXECUTABLE="C:\Program Files (x86)\Adobe\Adobe Photoshop CS6\Photoshop.exe"
|
|
|
|
# GNOME categories
|
|
CATEGORIES="WinApps;Adobe"
|
|
|
|
# GNOME mimetypes
|
|
MIME_TYPES="image/vnd.adobe.photoshop;"
|
|
|
|
# System Icon
|
|
ICON="AdobePhotoshop"
|