From e9ca7935093ad7c6ca4f236e24a1e537ecff78ad Mon Sep 17 00:00:00 2001 From: William Casarin Date: Thu, 28 Aug 2025 07:11:04 +0800 Subject: [PATCH] macos: fix build script Signed-off-by: William Casarin --- 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 346b6991..00b2c242 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 --release --target $TARGET +cargo bundle -k notedeck_chrome --release --target $TARGET # Sign the app echo "Codesigning the app..."