diff options
author | Tom Carrio | 2019-10-10 13:21:09 -0400 |
---|---|---|
committer | Tom Carrio | 2019-10-10 13:31:48 -0400 |
commit | ed0b3e522c209b3bd0f2884ec5b3dd8cc3b1b68d (patch) | |
tree | 5221d80a3b764cb24f4b8750919cd8f2a7518827 /sqltabs.desktop | |
download | aur-ed0b3e522c209b3bd0f2884ec5b3dd8cc3b1b68d.tar.gz |
Initial commit checking Node version and installing SQLTabs with Desktop entry
Diffstat (limited to 'sqltabs.desktop')
-rw-r--r-- | sqltabs.desktop | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sqltabs.desktop b/sqltabs.desktop new file mode 100644 index 000000000000..572b9802f8b7 --- /dev/null +++ b/sqltabs.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Exec=/opt/sqltabs/sqltabs %f +Icon=sqltabs +Terminal=false +Type=Application +Name=SQLTabs +Comment=Rich SQL client for Postgresql, MySQL, MS SQL, Amazon Redshift, Google Firebase (Firestore) +Categories=Database;IDE;Utility +MimeType=text/plain +StartupNotify=true +StartupWMClass=sqltabs |