mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 20:50:07 +00:00
updated createAppImage to understand permissions problems
This commit is contained in:
parent
d327b43a43
commit
c10efe8ece
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user