privatevoice.src/scripts/build-release-macos.sh
@@ -116,6 +116,8 @@ cp "$BUILD_DIR/${APP_NAME}" "$APP_BUNDLE/Contents/MacOS/${APP_NAME}" cp "$PROJECT_DIR/build/darwin/icon.icns" \ "$APP_BUNDLE/Contents/Resources/icon.icns" find "$PROJECT_DIR/build/darwin" -maxdepth 1 -type d -name "*.lproj" \ -exec cp -R {} "$APP_BUNDLE/Contents/Resources/" \; # Copy dylibs cp "$SHERPA_LIB_DIR/libsherpa-onnx-c-api.dylib" "$APP_BUNDLE/Contents/Frameworks/"