We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80d3c7 commit 8ab1c9cCopy full SHA for 8ab1c9c
1 file changed
runner/release/darwin/scripts/prepackage.sh
@@ -45,9 +45,6 @@ chmod +x "${APP_PATH}/Contents/Resources/nexa-cli"
45
# IMPORTANT: this path needs to be updated if plugin name has been updated
46
if [ -d "${APP_PATH}/Contents/Resources/metal/python_runtime/bin" ]; then
47
chmod -R +x "${APP_PATH}/Contents/Resources/metal/python_runtime/bin"
48
-else
49
- echo "ERROR: embedded python runtime cannot be found, is the path correct?" >&2
50
- exit 1
51
fi
52
53
echo "Preparing PKG scripts..."
0 commit comments