You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,13 @@ $ npm run deploy
117
117
$ npm run deploy:darwin-x64
118
118
```
119
119
120
+
If you have [fpm](https://github.com/jordansissel/fpm) installed (`gem install fpm`), you can also build RPM and Deb packages:
121
+
122
+
```bash
123
+
$ npm run deploy:linux-x64:rpm
124
+
$ npm run deploy:linux-x64:deb
125
+
```
126
+
120
127
*note:* if you are building *Windows* binaries in *Linux* or *Mac OS X*, Wine (1.6 or higher) must be installed. It also requires a 32-bit Wine installation when building Windows 32-bit binary.
0 commit comments