Remove the reference to the DEPENDENCIES file from the macOS build.
parent
7504f6216a
commit
63f2c7fe00
|
|
@ -317,7 +317,6 @@ _complete_bundle() {
|
|||
|
||||
# License files
|
||||
cp -r "${SOURCE_DIR}/LICENSE" "${BUNDLE_DIR}/Contents/"
|
||||
cp -r "${SOURCE_DIR}/DEPENDENCIES" "${BUNDLE_DIR}/Contents/"
|
||||
|
||||
# Remove the .pyc files if any
|
||||
find "${BUNDLE_DIR}" -name "*.pyc" -print0 | xargs -0 rm -f
|
||||
|
|
|
|||
Loading…
Reference in New Issue