We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d1e30 commit 5275108Copy full SHA for 5275108
README.md
@@ -41,6 +41,7 @@ yarn start
41
42
### **Packaging for Production**
43
To package apps into a local executable:
44
+- Personalize the forge **maker** configs at `/.configs/forge.`
45
```sh
46
yarn make:win
47
# yarn make:mac
@@ -52,6 +53,7 @@ yarn make:win
52
53
### **Releasing with GitHub**
54
1. Copy the contents of `env.example` to `.env` (Copy into a blank one if you dont already have one)
55
2. Set your `GH_TOKEN`
56
+3. Personalize the forge **publisher** configs at `/.configs/forge.config.js`
57
58
yarn publish:win
59
# yarn publish:mac
0 commit comments