Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

Packaging

Alexandru Rosianu edited this page Jul 15, 2015 · 1 revision

OS X

Pack the app in a neat .dmg:

gulp pack:darwin64

This uses node-appdmg which works only on OS X machines. There's an issue about making it cross-platform here.

Windows

Create an installer. This will also sign every executable inside the app, and the setup exe itself:

gulp pack:win32:installer

Or, if you prefer, create a portable zip. This will also sign the executable:

gulp pack:win32:portable

Linux

Create deb packages:

gulp pack:linux32:deb
gulp pack:linux64:deb

Create rpm packages:

gulp pack:linux32:rpm
gulp pack:linux64:rpm
Clone this wiki locally