mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
#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:
parent
8b7c1d7800
commit
4455585608
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user