pull/8/head
Nathanaël Lécaudé 2016-04-20 13:41:57 -04:00
rodzic a9bdfb2efd
commit 7348479813
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -24,13 +24,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
# build for OS X 64 bits
electron-packager electron-node-red MyAppName --icon=nodered.icns --platform=darwin --arch=x64
# build fox Windows 64 bits
# build for Windows 64 bits
electron-packager electron-node-red MyAppName --icon=nodered.icns --platform=win32 --arch=x64
# build fox Linux 64 bits
# build for Linux 64 bits
electron-packager electron-node-red MyAppName --icon=nodered.icns --platform=linux --arch=x64
```