feat: add linqpad8 and ssms20

This commit is contained in:
Victor Molostov
2024-12-13 10:43:04 +03:00
parent 275d0cb975
commit a06a28b8ad
4 changed files with 102 additions and 0 deletions

20
apps/linqpad8/info Normal file
View File

@@ -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"