mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-03 05:37:19 +02:00
23 lines
434 B
Plaintext
23 lines
434 B
Plaintext
# Copyright (c) 2024 Fmstrat | App tested by whitewolf101 02/22/2025
|
|
# All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: Proprietary
|
|
|
|
# GNOME shortcut name
|
|
NAME="mIRC"
|
|
|
|
# Used for descriptions and window class
|
|
FULL_NAME="mIRC"
|
|
|
|
# The executable inside windows
|
|
WIN_EXECUTABLE="C:\Program Files (x86)\mIRC\mirc.exe"
|
|
|
|
# GNOME categories
|
|
CATEGORIES="WinApps;Network;IRCclient;"
|
|
|
|
# GNOME mimetypes
|
|
MIME_TYPES=""
|
|
|
|
# System Icon
|
|
ICON="mIRC"
|