From 08231f8e43360a98a4f14f33e46c37c5d73d55f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Lo=CC=81pez=20Guevara?= Date: Mon, 6 Oct 2025 18:40:20 -0300 Subject: [PATCH] chore(macos): fix cargo-bundle --- scripts/macos_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/macos_build.sh b/scripts/macos_build.sh index 00b2c24..4e0ff98 100755 --- a/scripts/macos_build.sh +++ b/scripts/macos_build.sh @@ -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..."