Skip to content

Commit

Permalink
Clean Cache Update
Browse files Browse the repository at this point in the history
  • Loading branch information
AEnjoy committed Aug 15, 2020
1 parent a0dc605 commit 774ee1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clean_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# -*- coding: utf-8 -*-
import os,platform
print('开始清理缓存')
os.rmdir('__pycache__')
if platform.system()=='Windows':
os.system('rd /s /q META-INF output rom system system_')
os.system('del /f /s /q *.img payload.bin system.new.dat.br system.transfer.list system.new.dat')
Expand Down

0 comments on commit 774ee1c

Please sign in to comment.