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..."