From 38b474bda86b0b1b24810c5cf072fe4ac11d897b Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 22 Jul 2019 22:41:25 +0800 Subject: remove tbox/windows files for makeself --- scripts/makeself/build-runfile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/makeself/build-runfile.sh b/scripts/makeself/build-runfile.sh index bf74a2c5a..504a64a3f 100755 --- a/scripts/makeself/build-runfile.sh +++ b/scripts/makeself/build-runfile.sh @@ -29,6 +29,7 @@ cp ./*.md $temproot/xmake cp makefile $temproot/xmake cd $temproot/xmake rm -rf ./core/src/tbox/tbox/src/demo +rm -rf ./core/src/tbox/tbox/src/tbox/platform/windows rm -rf ./core/src/pdcurses # prepare info texts -- cgit v1.3.1