diff --git a/data/com.frac_tion.teleport.appdata.xml.in b/data/com.frac_tion.teleport.appdata.xml.in index becda91..166d2a6 100644 --- a/data/com.frac_tion.teleport.appdata.xml.in +++ b/data/com.frac_tion.teleport.appdata.xml.in @@ -1,4 +1,5 @@ + com.frac_tion.teleport.desktop CC0 @@ -16,8 +17,12 @@ - Screenshot of the Teleport window - https://raw.githubusercontent.com/frac-tion/teleport/master/docs/screenshots/window.png + Teleport window with multiple devices + https://raw.githubusercontent.com/frac-tion/teleport/master/data/screenshots/window.png + + + Teleport notification + https://raw.githubusercontent.com/frac-tion/teleport/master/data/screenshots/notification.png @@ -32,14 +37,15 @@ Notifications - jualin@sparber.net + julian@sparber.net teleport - +

- Basic version that only sends individual files. + This basic initial version sends files chose via the file chooser or + drag and drop. The Downloads directory can be set from the menu.

diff --git a/data/com.frac_tion.teleport.desktop.in b/data/com.frac_tion.teleport.desktop.in index af20e2e..fb346eb 100755 --- a/data/com.frac_tion.teleport.desktop.in +++ b/data/com.frac_tion.teleport.desktop.in @@ -1,5 +1,6 @@ [Desktop Entry] Name=Teleport +Comment=Share files on the local network Exec=teleport Icon=com.frac_tion.teleport Type=Application diff --git a/data/icons/hicolor/48x48/apps/com.frac_tion.teleport.png b/data/icons/hicolor/48x48/apps/com.frac_tion.teleport.png index 69ca941..05f302a 100644 Binary files a/data/icons/hicolor/48x48/apps/com.frac_tion.teleport.png and b/data/icons/hicolor/48x48/apps/com.frac_tion.teleport.png differ diff --git a/data/screenshots/notification.png b/data/screenshots/notification.png new file mode 100644 index 0000000..d3ed5be Binary files /dev/null and b/data/screenshots/notification.png differ diff --git a/data/screenshots/window.png b/data/screenshots/window.png new file mode 100644 index 0000000..6350775 Binary files /dev/null and b/data/screenshots/window.png differ