Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wynn
purr-data
Commits
a9978aa8
Commit
a9978aa8
authored
Apr 26, 2017
by
Jonathan Wilkes
Browse files
bump nwjs versions
parent
c777e273
Changes
1
Hide whitespace changes
Inline
Side-by-side
l2ork_addons/tar_em_up.sh
View file @
a9978aa8
...
...
@@ -102,7 +102,7 @@ if [[ $os == "darwin" ]]; then
fi
# Fetch the nw.js binary if we haven't already. We want to fetch it even
# for building with no libs, so we do it
before all
options
# for building with no libs, so we do it
regardless of the
options
echo
nwjs-sdk-v0.16.0-
`
uname
|
tr
'[:upper:]'
'[:lower:]'
`
if
[
!
-d
"../pd/nw/nw"
]
;
then
if
[
`
getconf LONG_BIT
`
-eq
32
]
;
then
...
...
@@ -129,9 +129,9 @@ if [ ! -d "../pd/nw/nw" ]; then
else
# temporary kluge for rpi-- only 0.15.1 is available atm
if
[
`
uname
-m
`
==
"armv7l"
]
;
then
nwjs_version
=
"v0.1
5.1
"
nwjs_version
=
"v0.1
7.6
"
else
nwjs_version
=
"v0.
18.4
"
nwjs_version
=
"v0.
22.0
"
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment