fix: 修复下载更新后压缩包不解压的问题

This commit is contained in:
Soulter
2024-09-21 12:37:05 -04:00
parent 1fa11062de
commit 3b77df0556
-6
View File
@@ -75,9 +75,3 @@ class AstrBotUpdator(RepoZipUpdator):
if reboot:
self._reboot()
def unzip_file(self, zip_path: str, target_dir: str):
'''
解压缩文件, 并将压缩包内**第一个**文件夹内的文件移动到 target_dir
'''
pass