[minor] changed dektop file and use git as module source

This commit is contained in:
Julian Sparber
2017-09-23 15:14:26 +02:00
parent 73efeec79e
commit 1ef0bb1d07
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[Desktop Entry] [Desktop Entry]
Name=Teleport Name=Teleport
Exec=/home/julian/Projects/teleport/src/teleportapp Exec=teleportapp
Icon=utilities-terminal Icon=utilities-terminal
Type=Application Type=Application
Categories=GTK;GNOME;Utility; Categories=GTK;GNOME;Utility;

View File

@@ -58,9 +58,9 @@
"name": "teleportapp", "name": "teleportapp",
"sources": [ "sources": [
{ {
"type": "archive", "type": "git",
"url": "https://github.com/frac-tion/teleport/archive/flatpak.zip", "branch": "flatpak",
"sha256": "3d6b5df45ee9adf9b6c8beace64db05a11fd7ec0e308d9d4728559356c0e6773" "url": "https://github.com/frac-tion/teleport.git"
} }
] ]
} }