mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
13 lines
269 B
Desktop File
Executable File
13 lines
269 B
Desktop File
Executable File
#!/usr/bin/env xdg-open
|
|
[Desktop Entry]
|
|
Encoding=UTF-8
|
|
Categories=Development;RevisionControl;
|
|
Name=QGit
|
|
Comment=A GIT GUI viewer built on Qt/C++
|
|
Icon=qgit
|
|
Exec=/usr/bin/qgit
|
|
URL=http://digilander.libero.it/mcostalba/
|
|
StartupNotify=true
|
|
Terminal=false
|
|
Type=Application
|