Skip to content

Commit 8ab1c9c

Browse files
committed
fix: do not force finding metal folder since x86 does not have it
1 parent a80d3c7 commit 8ab1c9c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

runner/release/darwin/scripts/prepackage.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ chmod +x "${APP_PATH}/Contents/Resources/nexa-cli"
4545
# IMPORTANT: this path needs to be updated if plugin name has been updated
4646
if [ -d "${APP_PATH}/Contents/Resources/metal/python_runtime/bin" ]; then
4747
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
5148
fi
5249

5350
echo "Preparing PKG scripts..."

0 commit comments

Comments
 (0)