From c10efe8ecebfc56a91c91a797a8f1025bc047466 Mon Sep 17 00:00:00 2001 From: Stephen Gaito Date: Thu, 11 Jun 2020 09:05:14 +0100 Subject: [PATCH] updated createAppImage to understand permissions problems --- buildScripts/createAppImage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildScripts/createAppImage b/buildScripts/createAppImage index 17c03cf..8c33d52 100755 --- a/buildScripts/createAppImage +++ b/buildScripts/createAppImage @@ -38,11 +38,11 @@ cd ../imageBuild # Make sure directories can be traversed by nobody # -find appDir -type d -exec chmod 755 {} \; +#find appDir -type d -exec chmod 755 {} \; # # Make sure files can be read by nobody # -find appDir -type f -exec chmod 644 {} \; +#find appDir -type f -exec chmod 644 {} \; # force libfontconfig into AppImage (linuxdeploy blacklists libfontconfig) # (turned off since libfontconfig needs to be matched to the underlying