Skip to content

Commit

Permalink
Fixing nwjs to 0.34.5 because it is the last (for now) supporting '--…
Browse files Browse the repository at this point in the history
…disable-raf-throttling' flag
  • Loading branch information
jguille2 committed Jul 21, 2019
1 parent b7aed5c commit abf02e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/platforms/desktop/build
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ echo
rm -rf releases/desktop/Snap4Arduino/$platform
rm -rf releases/$1

environments/node_modules/nw-builder/bin/nwbuild -p $platform tmp -o releases/desktop
#environments/node_modules/nw-builder/bin/nwbuild -v 3.5.7 -p $platform tmp -o releases/desktop
environments/node_modules/nw-builder/bin/nwbuild -v 0.34.5 -p $platform tmp -o releases/desktop

mkdir -p releases/$1
mv releases/desktop/Snap4Arduino/$platform/* releases/$1
Expand Down

0 comments on commit abf02e3

Please sign in to comment.