mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Try to fix symbolic links are resolved to "ordinary" files for both macOS-Packages,
thanks plc-user
7244e4a59c (commitcomment-162938064)
This commit is contained in:
parent
5f252fbd00
commit
fb01e51bbb
@ -232,7 +232,7 @@ fi
|
|||||||
if [ -d "${QET_LICENSES_DIR}" ]; then
|
if [ -d "${QET_LICENSES_DIR}" ]; then
|
||||||
echo "Copying licenses in the bundle..."
|
echo "Copying licenses in the bundle..."
|
||||||
mkdir $BUNDLE/Contents/Resources/licenses
|
mkdir $BUNDLE/Contents/Resources/licenses
|
||||||
cp -R ${QET_LICENSES_DIR} $BUNDLE/Contents/Resources/licenses
|
cp -R -L ${QET_LICENSES_DIR} $BUNDLE/Contents/Resources/licenses
|
||||||
fi
|
fi
|
||||||
### create disk image ###############################################
|
### create disk image ###############################################
|
||||||
|
|
||||||
|
@ -237,7 +237,7 @@ fi
|
|||||||
if [ -d "${QET_LICENSES_DIR}" ]; then
|
if [ -d "${QET_LICENSES_DIR}" ]; then
|
||||||
echo "Copying licenses in the bundle..."
|
echo "Copying licenses in the bundle..."
|
||||||
mkdir $BUNDLE/Contents/Resources/licenses
|
mkdir $BUNDLE/Contents/Resources/licenses
|
||||||
cp -R ${QET_LICENSES_DIR} $BUNDLE/Contents/Resources/licenses
|
cp -R -L ${QET_LICENSES_DIR} $BUNDLE/Contents/Resources/licenses
|
||||||
fi
|
fi
|
||||||
|
|
||||||
codesign --force --deep --sign --timestamp -s "Developer ID Application: Laurent TRINQUES (Y73WZ6WZ5X)" --options=runtime $BUNDLE
|
codesign --force --deep --sign --timestamp -s "Developer ID Application: Laurent TRINQUES (Y73WZ6WZ5X)" --options=runtime $BUNDLE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user