mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-03 05:37:19 +02:00
23 lines
451 B
Plaintext
23 lines
451 B
Plaintext
# Copyright (c) 2024 winapps-org
|
|
# All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: Unlicense
|
|
|
|
# GNOME shortcut name
|
|
NAME="OneNote"
|
|
|
|
# Used for descriptions and window class
|
|
FULL_NAME="Microsoft OneNote"
|
|
|
|
# The executable inside windows
|
|
WIN_EXECUTABLE="C:\Program Files\Microsoft Office\root\Office16\ONENOTE.EXE"
|
|
|
|
# GNOME categories
|
|
CATEGORIES="WinApps;Office"
|
|
|
|
# GNOME mimetypes
|
|
MIME_TYPES="application/msonenote;"
|
|
|
|
# System Icon
|
|
ICON="ms-outlook"
|