commit e9ca7935093ad7c6ca4f236e24a1e537ecff78ad
parent ea65af8d5bca88bdebb492c2a8cc3157906b9e67
Author: William Casarin <jb55@jb55.com>
Date: Thu, 28 Aug 2025 07:11:04 +0800
macos: fix build script
Signed-off-by: William Casarin <jb55@jb55.com>
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 --release --target $TARGET
+cargo bundle -k notedeck_chrome --release --target $TARGET
# Sign the app
echo "Codesigning the app..."