Update build.xsh

This commit is contained in:
anki-code 2020-03-07 10:23:09 +03:00 committed by GitHub
parent cc857cd611
commit 66d4fa1c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,8 @@ rm -rf @(build_dir)/
mkdir -p @(build_dir) mkdir -p @(build_dir)
cd @(build_dir) cd @(build_dir)
cp @(script_dir / 'entrypoint.sh') @(build_dir)/
if p'your_portable_shell'.exists(): if p'your_portable_shell'.exists():
eprint('SKIP: Portable shell already builded') eprint('SKIP: Portable shell already builded')
else: else: