From a3ebdb8594b573aefc3c4f0a4da8e6c2c833bcda Mon Sep 17 00:00:00 2001 From: kervala Date: Wed, 12 Oct 2016 15:12:09 +0200 Subject: [PATCH] Changed: Also set executable flag for ryzom_installer_qt --- code/ryzom/client/unix/upgd_nl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/code/ryzom/client/unix/upgd_nl.sh b/code/ryzom/client/unix/upgd_nl.sh index 4a18675ef..0e28a1555 100644 --- a/code/ryzom/client/unix/upgd_nl.sh +++ b/code/ryzom/client/unix/upgd_nl.sh @@ -11,5 +11,6 @@ chmod +x "$ROOTPATH/ryzom_client" chmod +x "$ROOTPATH/crash_report" chmod +x "$ROOTPATH/ryzom_client_patcher" chmod +x "$ROOTPATH/ryzom_configuration_qt" +chmod +x "$ROOTPATH/ryzom_installer_qt" exit 0