diff --git a/GithubGui.desktop b/GithubGui.desktop new file mode 100755 index 0000000..347ac60 --- /dev/null +++ b/GithubGui.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Version=0.1 +Type=Application +Name=Github Gui +GenericName=githubGUI4linux +Comment= +Exec=python /opt/githubGUI4linux/github4linux/linux_github_gui.py +Terminal=false +MimeType=text/plain; +Icon= +Categories=Development; +StartupNotify=true +Actions= \ No newline at end of file diff --git a/github4linux/github.pyc b/github4linux/github.pyc index 5468368..3c8f82d 100644 Binary files a/github4linux/github.pyc and b/github4linux/github.pyc differ diff --git a/github4linux/linux_github_gui.py b/github4linux/linux_github_gui.py old mode 100644 new mode 100755 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..74603b3 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +requests +GitPython \ No newline at end of file