[glade] PrepareAppDir.sh: Copy the AppRun instead of the older AppRunScript.sh



commit fc1a393ba1f61f2ece8c29e5aa34581333659eef
Author: Tristan Van Berkom <tristan upstairslabs com>
Date:   Sat Dec 14 21:39:49 2013 +0900

    PrepareAppDir.sh: Copy the AppRun instead of the older AppRunScript.sh

 build/linux64/PrepareAppDir.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/linux64/PrepareAppDir.sh b/build/linux64/PrepareAppDir.sh
index 67eff91..0f00986 100755
--- a/build/linux64/PrepareAppDir.sh
+++ b/build/linux64/PrepareAppDir.sh
@@ -92,7 +92,7 @@ echo "Done."
 
 echo -n "Installing desktop file and runner script... "
 cp ${APP_DIR_ROOT}/share/applications/glade.desktop ${APP_DIR_ROOT}
-cp ${GLADE_DIR}/build/linux64/AppRunScript.sh ${APP_DIR_ROOT}
+cp ${GLADE_DIR}/build/linux64/AppRun ${APP_DIR_ROOT}
 echo "Done."
 
 echo -n "Fixing pixbuf loaders to have bundle relative paths... "


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