Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonathan Wilkes
purr-data
Commits
7a4fd0ac
Commit
7a4fd0ac
authored
2 years ago
by
Albert Gräf
Committed by
Albert Gräf
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Downgrade nw.js to 0.28 for now to deal with Linux regressions. macOS stays on 0.71.0.
parent
31896b79
No related branches found
No related tags found
1 merge request
!842
Apple Silicon support
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
l2ork_addons/tar_em_up.sh
+10
-1
10 additions, 1 deletion
l2ork_addons/tar_em_up.sh
with
10 additions
and
1 deletion
l2ork_addons/tar_em_up.sh
+
10
−
1
View file @
7a4fd0ac
...
@@ -197,6 +197,12 @@ if [ ! -d "../pd/nw/nw" ]; then
...
@@ -197,6 +197,12 @@ if [ ! -d "../pd/nw/nw" ]; then
if
[[
$osx_version
==
"10.8"
]]
;
then
if
[[
$osx_version
==
"10.8"
]]
;
then
# We need the lts version to be able to run on legacy systems.
# We need the lts version to be able to run on legacy systems.
nwjs_version
=
"v0.14.7"
nwjs_version
=
"v0.14.7"
elif
[
$os
==
"osx"
]
;
then
# ag: We need a recent version here to make the latest macOS
# versions work. Tested with Mojave (Intel), Monterey and
# Ventura (M1). NB: The Intel build also works on Apple
# Silicon using Rosetta 2.
nwjs_version
=
"v0.71.0"
else
else
# temporary kluge for rpi-- only 0.27.6 is available atm
# temporary kluge for rpi-- only 0.27.6 is available atm
if
[
$arch
==
"arm"
]
;
then
if
[
$arch
==
"arm"
]
;
then
...
@@ -204,7 +210,10 @@ if [ ! -d "../pd/nw/nw" ]; then
...
@@ -204,7 +210,10 @@ if [ ! -d "../pd/nw/nw" ]; then
elif
[
$arch
==
"arm64"
]
;
then
elif
[
$arch
==
"arm64"
]
;
then
nwjs_version
=
"v0.23.7"
nwjs_version
=
"v0.23.7"
else
else
nwjs_version
=
"v0.71.0"
# ag: Unfortunately, Linux exhibits a bunch of regressions
# with 0.71.0, so we keep the tried and true 0.28 version for
# now. 0.28.3 is the final point release in this series.
nwjs_version
=
"v0.28.3"
fi
fi
fi
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment