kopia lustrzana https://github.com/dceejay/electron-node-red
update versions
rodzic
d1d33ea025
commit
4d95bc05e7
|
@ -64,8 +64,8 @@ look at `https://github.com/LinusU/node-appdmg`
|
||||||
|
|
||||||
Look at `https://github.com/jordansissel/fpm`
|
Look at `https://github.com/jordansissel/fpm`
|
||||||
|
|
||||||
fpm -s dir -t deb -f -n node-red-electron -v 0.15.2 -m your-email@example.com -a i386 Node-RED-linux-ia32/
|
fpm -s dir -t deb -f -n node-red-electron -v 0.16.2 -m your-email@example.com -a i386 Node-RED-linux-ia32/
|
||||||
fpm -s dir -t deb -f -n node-red-electron -v 0.15.2 -m your-email@example.com -a x86_64 Node-RED-linux-x64/
|
fpm -s dir -t deb -f -n node-red-electron -v 0.16.2 -m your-email@example.com -a x86_64 Node-RED-linux-x64/
|
||||||
|
|
||||||
Use **sudo dpkg -i ...*** to install the correct deb for your architecture.
|
Use **sudo dpkg -i ...*** to install the correct deb for your architecture.
|
||||||
|
|
||||||
|
|
6
buildall
6
buildall
|
@ -1,7 +1,7 @@
|
||||||
npm i
|
npm i
|
||||||
cd node_modules/electron-winstaller
|
#cd node_modules/electron-winstaller
|
||||||
npm i is-property
|
#npm i is-property
|
||||||
cd ../..
|
#cd ../..
|
||||||
rm -rf node_modules/node-red/node_modules/node-red-node-serialport node_modules/node-red/node_modules/node-red-node-feedparser node_modules/node-red/node_modules/node-red-node-email
|
rm -rf node_modules/node-red/node_modules/node-red-node-serialport node_modules/node-red/node_modules/node-red-node-feedparser node_modules/node-red/node_modules/node-red-node-email
|
||||||
./node_modules/.bin/electron-rebuild
|
./node_modules/.bin/electron-rebuild
|
||||||
npm run clean
|
npm run clean
|
||||||
|
|
Ładowanie…
Reference in New Issue