1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Required both package for builds | Yarn

This commit is contained in:
jhdcruz
2019-10-24 15:36:04 +08:00
committed by Junyoung Choi
parent d475146d80
commit 997ffa620d

View File

@@ -82,11 +82,11 @@ Distribution packages are created by exec `grunt build` on Linux platform (e.g.
After installing the supported version of `node` and `npm`, install build dependency packages.
**Ubuntu/Debian:**
```
$ yarn add --dev grunt-electron-installer-debian grunt-electron-installer-redhat
```
```
$ npm i -g grunt-electron-installer-debian
```
**Ubuntu/Debian:**
```
$ sudo apt-get install -y rpm fakeroot
@@ -94,10 +94,6 @@ $ sudo apt-get install -y rpm fakeroot
**Fedora:**
```
$ npm i -g grunt-electron-installer-redhat
```
```
$ sudo dnf install -y dpkg dpkg-dev rpm-build fakeroot
```