From 66d4fa1c9a42fa63eacc0745ee0ac4bb3abba61f Mon Sep 17 00:00:00 2001 From: anki-code Date: Sat, 7 Mar 2020 10:23:09 +0300 Subject: [PATCH] Update build.xsh --- build.xsh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.xsh b/build.xsh index 66c792d..49bc4da 100755 --- a/build.xsh +++ b/build.xsh @@ -16,7 +16,9 @@ rm -rf @(build_dir)/ mkdir -p @(build_dir) cd @(build_dir) +cp @(script_dir / 'entrypoint.sh') @(build_dir)/ + if p'your_portable_shell'.exists(): eprint('SKIP: Portable shell already builded') else: - wget https://your_portable_shell \ No newline at end of file + wget https://your_portable_shell