chore(macos): fix cargo-bundle

This commit is contained in:
Fernando López Guevara
2025-10-06 18:40:20 -03:00
parent 34c5153618
commit 08231f8e43

View File

@@ -43,7 +43,7 @@ fi
# Build the .app bundle # Build the .app bundle
echo "Building .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 # Sign the app
echo "Codesigning the app..." echo "Codesigning the app..."