mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 09:48:50 +01:00
unzip with override
This commit is contained in:
parent
cf7bcd615c
commit
e93fc99fcd
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user