Skip to content

Commit

Permalink
🤖 disable codespace deployment in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberbit committed Dec 29, 2023
1 parent 1c7b107 commit 715301d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 715301d

Please sign in to comment.