commit 57d2b712ab524c24617ff98230aa67ebcbdb9410
parent 8bfe8916ea97a6c16585394dffe4e3ed31e77d09
Author: William Casarin <jb55@jb55.com>
Date: Mon, 20 Oct 2025 12:29:32 -0700
Merge macos build fix by fernando #1158
Fernando LoĢpez Guevara (1):
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..."