Merge macos build fix by fernando #1158

Fernando López Guevara (1):
      chore(macos): fix cargo-bundle
This commit is contained in:
William Casarin
2025-10-20 12:29:32 -07:00

View File

@@ -43,7 +43,7 @@ fi
# Build the .app bundle
echo "Building .app bundle..."
cargo bundle -k notedeck_chrome --release --target $TARGET
cargo bundle -p notedeck_chrome --release --target $TARGET
# Sign the app
echo "Codesigning the app..."