File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -82,13 +82,21 @@ Distribution packages are created by exec `grunt build` on Linux platform (e.g.
82
82
83
83
After installing the supported version of ` node ` and ` npm ` , install build dependency packages.
84
84
85
- Ubuntu/Debian:
85
+ ** Ubuntu/Debian:**
86
+
87
+ ```
88
+ $ npm i -g grunt-electron-installer-debian
89
+ ```
86
90
87
91
```
88
92
$ sudo apt-get install -y rpm fakeroot
89
93
```
90
94
91
- Fedora:
95
+ ** Fedora:**
96
+
97
+ ```
98
+ $ npm i -g grunt-electron-installer-redhat
99
+ ```
92
100
93
101
```
94
102
$ sudo dnf install -y dpkg dpkg-dev rpm-build fakeroot
@@ -100,4 +108,4 @@ Then execute `grunt build`.
100
108
$ grunt build
101
109
```
102
110
103
- You will find ` .deb ` and ` .rpm ` in the ` dist ` directory.
111
+ > You will find ` .deb ` and ` .rpm ` in the ` dist ` directory.
You can’t perform that action at this time.
0 commit comments