[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]
Name=Teleport
Exec=/home/julian/Projects/teleport/src/teleportapp
Exec=teleportapp
Icon=utilities-terminal
Type=Application
Categories=GTK;GNOME;Utility;

View File

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