diff options
author | Antonio Leal <antonioleal@yahoo.com> | 2022-08-25 22:22:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-27 22:50:31 +0700 |
commit | d6697acafc1529df8b95110636d022d5f599dd5a (patch) | |
tree | c054b7ead04ccf3665dbdf1878e4add81d01d462 /development/SQLiteStudio/SQLiteStudio.desktop | |
parent | a15f633e01c2454d9978224d36822b0ae1e447ad (diff) |
development/SQLiteStudio: Added (SQLite db manager in C++ using Qt)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/SQLiteStudio/SQLiteStudio.desktop')
-rw-r--r-- | development/SQLiteStudio/SQLiteStudio.desktop | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/SQLiteStudio/SQLiteStudio.desktop b/development/SQLiteStudio/SQLiteStudio.desktop new file mode 100644 index 0000000000000..14481051e36da --- /dev/null +++ b/development/SQLiteStudio/SQLiteStudio.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=SQLiteStudio +Comment=SQLite database manager +Exec=/opt/SQLiteStudio/sqlitestudio +Icon=/usr/share/pixmaps/SQLiteStudio.png +Terminal=false +Type=Application +Categories=System;Development; + |