[minor] changed dektop file and use git as module source
This commit is contained in:
@@ -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;
|
||||||
@@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user