mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-04 22:27:19 +02:00
23 lines
427 B
Plaintext
23 lines
427 B
Plaintext
# Copyright (c) 2025 Marcus Bannerman
|
|
# All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: Proprietary
|
|
|
|
# GNOME shortcut name
|
|
NAME="reMarkable"
|
|
|
|
# Used for descriptions and window class
|
|
FULL_NAME="reMarkable Desktop App"
|
|
|
|
# The executable inside windows
|
|
WIN_EXECUTABLE="C:\Program Files\reMarkable\reMarkable.exe"
|
|
|
|
# GNOME categories
|
|
CATEGORIES="WinApps;Office"
|
|
|
|
# GNOME mimetypes
|
|
MIME_TYPES=""
|
|
|
|
# System Icon
|
|
ICON="reMarkable"
|