summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan@upstairslabs.com>2013-12-14 21:39:49 +0900
committerTristan Van Berkom <tristan@upstairslabs.com>2013-12-14 21:39:49 +0900
commitfc1a393ba1f61f2ece8c29e5aa34581333659eef (patch)
treeb0ece4a2ba30f54b12d4e9f612ddd90ef515ea4d /build
parentfe1d2a3bf2fe295bac37a51a7b358f3f8c49df79 (diff)
downloadglade-fc1a393ba1f61f2ece8c29e5aa34581333659eef.tar.gz
PrepareAppDir.sh: Copy the AppRun instead of the older AppRunScript.sh
Diffstat (limited to 'build')
-rwxr-xr-xbuild/linux64/PrepareAppDir.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/linux64/PrepareAppDir.sh b/build/linux64/PrepareAppDir.sh
index 67eff91e..0f009860 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... "