mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-03 05:37:19 +02:00
20 lines
417 B
Plaintext
20 lines
417 B
Plaintext
# Copyright (c) 2024 Fmstrat
|
|
# All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: Proprietary
|
|
|
|
# GNOME shortcut name
|
|
NAME="Acrobat X Pro"
|
|
|
|
# Used for descriptions and window class
|
|
FULL_NAME="Acrobat X Pro"
|
|
|
|
# The executable inside windows
|
|
WIN_EXECUTABLE="C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\Acrobat.exe"
|
|
|
|
# GNOME categories
|
|
CATEGORIES="WinApps;Documents"
|
|
|
|
# GNOME mimetypes
|
|
MIME_TYPES="application/pdf;"
|