Skip to content

Commit 4ad951a

Browse files
committed
another tiny notarization fix
1 parent 612bc04 commit 4ad951a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build-macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
TARGET="rustcast" # your Cargo binary name
44
ASSETS_DIR="assets"
55
RELEASE_DIR="target/release"
6-
APP_NAME="Rustcast.app"
6+
APP_NAME="RustCast.app"
77
APP_TEMPLATE="$ASSETS_DIR/macos/$APP_NAME"
88
APP_TEMPLATE_PLIST="$APP_TEMPLATE/Contents/Info.plist"
99
APP_DIR="$RELEASE_DIR/macos"

0 commit comments

Comments
 (0)