소스 검색

Merge pull request #288 from cuu/master

unzip with override
GNU 4 년 전
부모
커밋
870e71b85b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      sys.py/UI/download_process_page.py

+ 1 - 1
sys.py/UI/download_process_page.py

@@ -104,7 +104,7 @@ class DownloadProcessPage(Page):
                     
                     if filename.endswith(".zip"):
                         os.chdir(self._DST_DIR)
-                        os.system( "unzip " + filename )
+                        os.system( "unzip -o " + filename )
                     
                     elif filename.endswith(".zsync"):
                         os.chdir(self._DST_DIR)