Skip to content

Commit

Permalink
Update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Autre31415 committed Feb 27, 2019
1 parent 84e04de commit 65c9404
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ npm start

## Build

Builds are constructed with [electron-packager](https://github.com/maxogden/electron-packager).
Builds are constructed with [electron-builder](https://github.com/electron-userland/electron-builder).

Be sure to have [Node.js](https://nodejs.org) and [git](https://git-scm.com) installed. Linux/Mac users who wish to do builds for Windows will need to have [WINE](https://winehq.org) installed. Mac users who wish to do builds for Windows will need to [XQuartz](https://www.xquartz.org) installed in order to run WINE. It is recommended that Mac users install both Wine and XQuartz via [Homebrew](https://brew.sh).

Expand All @@ -45,19 +45,17 @@ npm i

Then:

All Platforms: `npm run package`
To build package zips use:

64-Bit Platforms Only: `npm run package -- --64`

Linux 32-Bit: `npm run package -- --linux32`

Linux 64-Bit: `npm run package -- --linux`

macOS: `npm run package -- --mac`
```
npm run pack
```

Windows 32-Bit: `npm run package -- --win32`
To build full distributions use:

Windows 64-Bit: `npm run package -- --win`
```
npm run dist
```

## Troubleshooting

Expand Down

0 comments on commit 65c9404

Please sign in to comment.