mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-04 09:46:43 +00:00
Merge pull request #89 from minsusun/feature/guide-local-mac-build
readme: setup for local MacOS build (code signing bypass)
This commit is contained in:
commit
1706644f92
@ -59,6 +59,9 @@ npm run tauri dev
|
|||||||
|
|
||||||
# Build for production
|
# Build for production
|
||||||
npm run tauri build
|
npm run tauri build
|
||||||
|
|
||||||
|
# Build for local mac(Bypass code signing)
|
||||||
|
npm run tauri build -- --bundles app --config "{\"bundle\":{\"macOS\":{\"signingIdentity\":null}}}"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user