commit 08231f8e43360a98a4f14f33e46c37c5d73d55f6
parent 34c51536188005eca3c8d55408e07a007b517f9d
Author: Fernando LoĢpez Guevara <fernando.lguevara@gmail.com>
Date: Mon, 6 Oct 2025 18:40:20 -0300
chore(macos): fix cargo-bundle
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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..."