doc: revert #89

This commit is contained in:
Minsu Sun 2024-11-11 11:32:22 +09:00
parent a452b65d33
commit dbdb150bde
No known key found for this signature in database
GPG Key ID: 2CBCEA483D53EEE8

View File

@ -59,9 +59,6 @@ npm run tauri dev
# Build for production
npm run tauri build
# Build for local mac(Bypass code signing)
npm run tauri build -- --bundles app --config "{\"bundle\":{\"macOS\":{\"signingIdentity\":null}}}"
```
### Development Setup