[pitivi] bin: Make the pitivi xdg-app install standalone



commit 1425807c8564c6e9ba55bb9596d652342028474f
Author: Thibault Saunier <tsaunier gnome org>
Date:   Thu Jan 21 21:44:39 2016 +0100

    bin: Make the pitivi xdg-app install standalone

 bin/pitivi.installer.desktop |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bin/pitivi.installer.desktop b/bin/pitivi.installer.desktop
index 7a5e8e5..b4086ab 100755
--- a/bin/pitivi.installer.desktop
+++ b/bin/pitivi.installer.desktop
@@ -4,4 +4,4 @@ Type=Application
 Terminal=true
 Name=Pitivi xdg-app installer and updater
 Icon=pitivi
-Exec=bash -c "cd `dirname %k`; ./pitivi-xdg-app --installer"
+Exec=bash -c "cd `dirname %k`; echo 'Getting installation script from 
https://git.gnome.org/browse/pitivi/plain/build/xdg-app/pitivi-bundle'; wget 
https://git.gnome.org/browse/pitivi/plain/build/xdg-app/pitivi-bundle -O pitivi-xdg-app > /dev/null 2>&1; 
chmod +x pitivi-xdg-app; ./pitivi-xdg-app --installer"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]