diff --git a/CMakeLists.txt b/CMakeLists.txt index 6950f5c..4c6ac02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,6 +5,7 @@ set(META_PROJECT_NAME syncthingtray) set(META_APP_AUTHOR "Martchus") set(META_APP_AUTHOR_MAIL "martchus@gmx.net") set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}") +set(META_APP_URL_RAW "https://raw.githubusercontent.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}/master") set(META_APP_DESCRIPTION "Tray application for Syncthing") set(META_APP_CATEGORIES "Network;FileTransfer") set(META_GUI_OPTIONAL false) diff --git a/plasmoid/lib/resources/body.appdata.xml b/plasmoid/lib/resources/body.appdata.xml index 7715de7..9ebebba 100644 --- a/plasmoid/lib/resources/body.appdata.xml +++ b/plasmoid/lib/resources/body.appdata.xml @@ -12,18 +12,18 @@ Using Breeze theme - @META_APP_URL@/blob/master/plasmoid/resources/screenshots/plasmoid-1.png + @META_APP_URL_RAW@/plasmoid/resources/screenshots/plasmoid-1.png Using custom theme - @META_APP_URL@/blob/master/plasmoid/resources/screenshots/plasmoid-2.png + @META_APP_URL_RAW@/plasmoid/resources/screenshots/plasmoid-2.png Icon customization - @META_APP_URL@/blob/master/tray/resources/screenshots/custom-icons.png + @META_APP_URL_RAW@/tray/resources/screenshots/custom-icons.png Web view, dark theme - @META_APP_URL@/blob/master/tray/resources/screenshots/webview-dark.png + @META_APP_URL_RAW@/tray/resources/screenshots/webview-dark.png diff --git a/tray/resources/body.appdata.xml b/tray/resources/body.appdata.xml index 18742d7..97a0134 100644 --- a/tray/resources/body.appdata.xml +++ b/tray/resources/body.appdata.xml @@ -12,14 +12,14 @@ @META_APP_NAME@ under Openbox with Tint2 panel - @META_APP_URL@/blob/master/tray/resources/screenshots/tint2-dark.png + @META_APP_URL_RAW@/tray/resources/screenshots/tint2-dark.png Web view, dark theme - @META_APP_URL@/blob/master/tray/resources/screenshots/webview-dark.png + @META_APP_URL_RAW@/tray/resources/screenshots/webview-dark.png Settings dialog - @META_APP_URL@/blob/master/tray/resources/screenshots/settings.png + @META_APP_URL_RAW@/tray/resources/screenshots/settings.png