diff --git a/README.md b/README.md index f445224..0f1dc76 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,10 @@ This is a full rewrite of Vleer with the same stack but cleaned up. And with proper rust implementations.  + +*** + +For signing on macOS builds: +```zsh +codesign -s - --force --deep --timestamp --options runtime src-tauri/target/release/bundle/macos/Vleer.app +```