diff --git a/README.md b/README.md index f63387f..f938c01 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,14 @@ Contributing to the list of supported applications is encouraged through submiss + + + + + + mIRC
+ Icon in the Public Domain. + @@ -262,6 +270,8 @@ Contributing to the list of supported applications is encouraged through submiss PowerShell
Icon under MIT license. + + diff --git a/apps/mirc/icon.svg b/apps/mirc/icon.svg new file mode 100644 index 0000000..523f1df --- /dev/null +++ b/apps/mirc/icon.svg @@ -0,0 +1,24 @@ + + + + + + + + + diff --git a/apps/mirc/info b/apps/mirc/info new file mode 100644 index 0000000..1cd6c2e --- /dev/null +++ b/apps/mirc/info @@ -0,0 +1,22 @@ +# 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"