pull/8/head
Dave Conway-Jones 2016-10-29 22:57:05 +01:00
rodzic 6ca4fc735d
commit 0d7acd70dc
3 zmienionych plików z 7 dodań i 7 usunięć

Wyświetl plik

@ -5,7 +5,7 @@
- node_modules
env:
# Node in order to install it by running the command individually, here to specify the version
#- NODE_VERSION="4.4"
#- NODE_VERSION="4.6"
before_install:
# Install brew -> wine and makensis
- brew update
@ -16,8 +16,8 @@
# Install the nvm. Nvm is not included by default in OS X environment of Travis
- git clone https://github.com/creationix/nvm.git /tmp/.nvm
- source /tmp/.nvm/nvm.sh
- nvm install 4.4
- nvm use --delete-prefix 4.4
- nvm install 4.6
- nvm use --delete-prefix 4.6
- node --version
- npm -v
- npm install -g electron-packager

Wyświetl plik

@ -17,11 +17,11 @@ cd electron-node-red
npm install && npm run clean && npm start
```
## TLDR
## TL:DR
Then run `npm run pack` to create packages for all platforms
or `npm run build` to build a .dmg file for OSX and deb files for linux (32 and 64bit).
or `npm run build:osx` to just build for osx.
Run `npm run pack` to create packages for all platforms
or `npm run build` to build a .dmg file for OSX, and deb files for linux (32 and 64bit).
or `npm run build:osx` to just build for OSX.
Builds are created in the `build` directory. Runtimes are created in the `dist` directory.

Plik binarny nie jest wyświetlany.