Skip to content

Commit

Permalink
Remove slash to fix copying path on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
asus4 committed Jan 16, 2024
1 parent e1ed2f8 commit 9f40c25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions download-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ cp $TMP_DIR/onnxruntime-linux-x64-gpu-$TAG/lib/libonnxruntime_providers_*.so $PR

# iOS
download_package pod-archive-onnxruntime-c-$TAG.zip https://onnxruntimepackages.z14.web.core.windows.net
mkdir -p $PLUGINS_CORE_DIR/iOS~/onnxruntime.xcframework
cp -R $TMP_DIR/onnxruntime.xcframework $PLUGINS_CORE_DIR/iOS~/onnxruntime.xcframework
cp -R $TMP_DIR/onnxruntime.xcframework $PLUGINS_CORE_DIR/iOS~

# Android
curl -L https://repo1.maven.org/maven2/com/microsoft/onnxruntime/onnxruntime-android/$TAG/onnxruntime-android-$TAG.aar -o $PLUGINS_CORE_DIR/Android/onnxruntime-android.aar
Expand Down

0 comments on commit 9f40c25

Please sign in to comment.