#12150 don't set the directory file permissions of LyX app bundle to 444 anymore

(cherry picked from commit c38e759b28)

plus status entry
This commit is contained in:
Stephan Witt 2021-10-24 21:43:23 +02:00
parent 8b7c1d7800
commit 4455585608
2 changed files with 3 additions and 1 deletions

View File

@ -1075,6 +1075,6 @@ if [ ${LyxOnlyPackage:-"no"} = "no" ]; then
convert_universal
copy_dictionaries
test -n "${CODESIGN_IDENTITY}" && code_sign "${LYX_BUNDLE_PATH}"
find "${LyxAppPrefix}" -type d -exec chmod a-w '{}' \;
find "${LyxAppPrefix}" -type d -exec chmod go-w '{}' \;
fi
build_package

View File

@ -54,6 +54,8 @@ What's new
- Fix framework name case error for QtDBus on Mac (bug 12305)
- Fix directory permission of .app bundle on Mac (bug 12150)
** Bug fixes: