Skip to content
Snippets Groups Projects
Commit 49f8e997 authored by Sam Thursfield's avatar Sam Thursfield
Browse files

build: Don't remove downloaded nw.js tarball automatically

This allows the CI to cache the downloaded tarball. Developers can
manually delete it if needed.
parent 9643c0b2
No related branches found
No related tags found
No related merge requests found
......@@ -238,7 +238,6 @@ if [ ! -d "../pd/nw/nw" ]; then
if [[ $os != "win" && $dmg == 0 ]]; then
chmod 755 ../pd/nw/nw/nw
fi
rm $nwjs_filename
fi
# For Windows, fetch the ASIO SDK if we don't have it already
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment