From a06a28b8adff63dff837a7d04664553807728629 Mon Sep 17 00:00:00 2001 From: Victor Molostov <86685532+ConcreteEcho@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:43:04 +0300 Subject: [PATCH] feat: add linqpad8 and ssms20 --- apps/linqpad8/icon.svg | 1 + apps/linqpad8/info | 20 ++++++++++++++ apps/ssms20/icon.svg | 61 ++++++++++++++++++++++++++++++++++++++++++ apps/ssms20/info | 20 ++++++++++++++ 4 files changed, 102 insertions(+) create mode 100644 apps/linqpad8/icon.svg create mode 100644 apps/linqpad8/info create mode 100644 apps/ssms20/icon.svg create mode 100644 apps/ssms20/info diff --git a/apps/linqpad8/icon.svg b/apps/linqpad8/icon.svg new file mode 100644 index 0000000..cd0f324 --- /dev/null +++ b/apps/linqpad8/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/linqpad8/info b/apps/linqpad8/info new file mode 100644 index 0000000..99dab78 --- /dev/null +++ b/apps/linqpad8/info @@ -0,0 +1,20 @@ +# Copyright (c) 2024 Adam +# Copyright (c) 2024 Oskar Manhart +# All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0-or-later + +# GNOME shortcut name +NAME="LINQPad8" + +# Used for descriptions and window class +FULL_NAME="LINQPad 8" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files\LINQPad8\LINQPad8.exe" + +# GNOME categories +CATEGORIES="WinApps;Development" + +# GNOME mimetypes +MIME_TYPES="text/cs" diff --git a/apps/ssms20/icon.svg b/apps/ssms20/icon.svg new file mode 100644 index 0000000..656911f --- /dev/null +++ b/apps/ssms20/icon.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apps/ssms20/info b/apps/ssms20/info new file mode 100644 index 0000000..dd37fcb --- /dev/null +++ b/apps/ssms20/info @@ -0,0 +1,20 @@ +# Copyright (c) 2024 Adam +# Copyright (c) 2024 Oskar Manhart +# All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0-or-later +# +# GNOME shortcut name +NAME="SQL Server Management Studio" + +# Used for descriptions and window class +FULL_NAME="SQL Server Management Studio" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft SQL Server Management Studio 20\Common7\IDE\Ssms.exe" + +# GNOME categories +CATEGORIES="Development" + +# GNOME mimetypes +MIME_TYPES="text/sql"