privatevoice.src/scripts/build-appstore-developerid-macos.sh
@@ -150,6 +150,8 @@ "$APP_BUNDLE/Contents/Info.plist" 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/" \; cp "$SHERPA_LIB_DIR/libsherpa-onnx-c-api.dylib" "$APP_BUNDLE/Contents/Frameworks/" cp "$ONNXRUNTIME_DYLIB" "$APP_BUNDLE/Contents/Frameworks/"