Skip to content

Commit 418974f

Browse files
committed
reduct zip size by excluding unnecessary files
1 parent e8a8cd2 commit 418974f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ build_tk() {
6060
make install
6161
}
6262

63-
rm -rf $INSTALL_DIR
64-
cd $ROOT_DIR
65-
build_tcl
63+
#rm -rf $INSTALL_DIR
64+
#cd $ROOT_DIR
65+
#build_tcl
6666
cd $ROOT_DIR
6767
build_tk
68-
cd $INSTALL_DIR && zip -r $ROOT_DIR/tcltk.zip *
68+
cd $INSTALL_DIR && zip -r $ROOT_DIR/tcltk.zip * -x include/* include/ include/X11/ include/X11/* lib/tk8.6/demos/ lib/tk8.6/demos/* lib/tk8.6/demos/images/ lib/tk8.6/demos/images/*

0 commit comments

Comments
 (0)