mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-03 05:37:19 +02:00
20 lines
465 B
Plaintext
20 lines
465 B
Plaintext
# Copyright (c) 2024 winapps-org
|
|
# All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: Unlicense
|
|
|
|
# GNOME shortcut name
|
|
NAME="Visual Studio Enterprise"
|
|
|
|
# Used for descriptions and window class
|
|
FULL_NAME="Microsoft Visual Studio - Enterprise Version"
|
|
|
|
# The executable inside windows
|
|
WIN_EXECUTABLE="C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.exe"
|
|
|
|
# GNOME categories
|
|
CATEGORIES="WinApps;Development"
|
|
|
|
# GNOME mimetypes
|
|
MIME_TYPES=""
|