macos: fix build script

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-08-28 07:11:04 +08:00
parent ea65af8d5b
commit e9ca793509

View File

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