From 49f8e997d873a13e5a444f223214c5244f6bc153 Mon Sep 17 00:00:00 2001 From: Sam Thursfield <sam@afuera.me.uk> Date: Wed, 16 Sep 2020 15:47:55 +0200 Subject: [PATCH] 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. --- l2ork_addons/tar_em_up.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/l2ork_addons/tar_em_up.sh b/l2ork_addons/tar_em_up.sh index 25d82f2d4..0b735c534 100755 --- a/l2ork_addons/tar_em_up.sh +++ b/l2ork_addons/tar_em_up.sh @@ -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 -- GitLab