env-windows/maintain/rt-studio-deploy.py

8 lines
250 B
Python
Raw Normal View History

2022-11-07 11:04:48 +08:00
import shutil
import os
import win32con, win32api
2022-11-07 11:04:48 +08:00
shutil.rmtree(os.path.join('..', 'tools', 'Python27_32'))
shutil.rmtree(os.path.join('..', 'tools', 'gnu_gcc'))
win32api.SetFileAttributes(os.path.join('..', '.git'), win32con.FILE_ATTRIBUTE_NORMAL)