Skip to content

Commit

Permalink
Merge pull request #357 from molostovvs/feat/linqpad-smss
Browse files Browse the repository at this point in the history
Add linqpad8 and ssms20
  • Loading branch information
oskardotglobal authored Dec 13, 2024
2 parents 275d0cb + 152cd3e commit 9e9eae8
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ Install the required dependencies.
```

> [!NOTE]
> On Debian you need to enable the `backports` repository for the `freerdp3-x11` package to become available.
> On Debian you need to enable the `backports` repository for the `freerdp3-x11` package to become available.
> For instructions, see https://backports.debian.org/Instructions.
- Fedora/RHEL:
Expand Down
1 change: 1 addition & 0 deletions apps/linqpad8/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions apps/linqpad8/info
Original file line number Diff line number Diff line change
@@ -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"
61 changes: 61 additions & 0 deletions apps/ssms20/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions apps/ssms20/info
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 9e9eae8

Please sign in to comment.