add MAC variant for build

This commit is contained in:
Son NK
2022-11-08 18:18:30 +01:00
parent c820e64306
commit ea3f00b808
7 changed files with 54 additions and 29 deletions
+6
View File
@@ -74,6 +74,12 @@ In order to build the extension yourself, please follow these steps:
- (Optional, only useful for beta build) Build beta version: change `betaRev` in `package.json`, then generate zip file using
## How to build a version for Mac
For the development, you can run `npm run start:mac` for the Mac app.
For the production release, `npm run build:mac`
```bash
npm run build:beta && npm run build-zip
```