update SConscript

This commit is contained in:
pikastech 2021-12-06 22:06:43 +08:00
parent d1b2ba0564
commit 487bd3bcf1

View File

@ -31,17 +31,20 @@ def pikascript_init():
myremove('bsp')
myremove('document')
myremove('example')
myremove('examples')
myremove('package')
myremove('port')
myremove('src')
myremove('tools')
myremove('.github')
myremove('.git')
myremove('.vscode')
myremove('.gitattributes')
myremove('.gitignore')
myremove('logo.txt')
myremove('packages.toml')
myremove('README.md')
myremove('README_zh.md')
os.system(cwd + '/' + 'pikaPackage.exe')
os.system(cwd + '/' + 'rust-msc-latest-win10.exe')