From 715301d8130d64d1396cf64b3ec42b65c431063a Mon Sep 17 00:00:00 2001 From: cyberbit Date: Fri, 29 Dec 2023 03:32:45 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20disable=20codespace=20deployment?= =?UTF-8?q?=20in=20build=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 8afaa59..4f7b299 100755 --- a/build.sh +++ b/build.sh @@ -30,9 +30,9 @@ mkdir -p dist/release luamin -f dist/telem.lua > dist/release/telem.min.lua luamin -f dist/vendor.lua > dist/release/vendor.min.lua -echo 'publishing to computer #0...' -cp dist/telem.lua /home/codespace/.local/share/craftos-pc/computer/0/telem/init.lua -cp dist/vendor.lua /home/codespace/.local/share/craftos-pc/computer/0/telem/vendor.lua +# echo 'publishing to computer #0...' +# cp dist/telem.lua /home/codespace/.local/share/craftos-pc/computer/0/telem/init.lua +# cp dist/vendor.lua /home/codespace/.local/share/craftos-pc/computer/0/telem/vendor.lua # echo 'tarring...' # tar -cf src.tar src \ No newline at end of file