pull/8/head
Nathanaël Lécaudé 2016-04-20 11:22:30 -04:00
rodzic 1baecfeeb1
commit 5c0aaca05d
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -25,13 +25,13 @@ If you want to distribute executables of this project, the easiest way is to use
sudo npm install -g electron-packager
# build fox OS X 64 bits
electron-packager electron-node-red MyAppName --platform=darwin --arch=x64
electron-packager electron-node-red MyAppName --icon=nodered.icns --platform=darwin --arch=x64
# build fox Windows 64 bits
electron-packager electron-node-red MyAppName --platform=win32 --arch=x64
electron-packager electron-node-red MyAppName --icon=nodered.icns --platform=win32 --arch=x64
# build fox OS X 64 bits
electron-packager electron-node-red MyAppName --platform=linux --arch=x64
# build fox Linux 64 bits
electron-packager electron-node-red MyAppName --icon=nodered.icns --platform=linux --arch=x64
```
Learn more about Electron and its API in the [documentation](http://electron.atom.io/docs/latest).

BIN
nodered.icns 100644

Plik binarny nie jest wyświetlany.