Merge f4ad22fc44 into da71eaebd2
This commit is contained in:
commit
9ef482990c
@ -30,7 +30,11 @@ To build the macOS app and package it into `dist/OpenClaw.app`, run:
|
|||||||
./scripts/package-mac-app.sh
|
./scripts/package-mac-app.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
If you don't have an Apple Developer ID certificate, the script will automatically use **ad-hoc signing** (`-`).
|
If you don't have an Apple Developer ID certificate, run the following command, which will use **ad-hoc signing** (`-`).
|
||||||
|
|
||||||
|
```bash
|
||||||
|
ALLOW_ADHOC_SIGNING=1 ./scripts/package-mac-app.sh
|
||||||
|
```
|
||||||
|
|
||||||
For dev run modes, signing flags, and Team ID troubleshooting, see the macOS app README:
|
For dev run modes, signing flags, and Team ID troubleshooting, see the macOS app README:
|
||||||
https://github.com/openclaw/openclaw/blob/main/apps/macos/README.md
|
https://github.com/openclaw/openclaw/blob/main/apps/macos/README.md
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user