updated createAppImage to understand permissions problems

This commit is contained in:
Stephen Gaito 2020-06-11 09:05:14 +01:00
parent d327b43a43
commit c10efe8ece
1 changed files with 2 additions and 2 deletions

View File

@ -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