mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-04-17 13:24:25 +02:00
@@ -104,7 +104,7 @@ class DownloadProcessPage(Page):
|
|||||||
|
|
||||||
if filename.endswith(".zip"):
|
if filename.endswith(".zip"):
|
||||||
os.chdir(self._DST_DIR)
|
os.chdir(self._DST_DIR)
|
||||||
os.system( "unzip " + filename )
|
os.system( "unzip -o " + filename )
|
||||||
|
|
||||||
elif filename.endswith(".zsync"):
|
elif filename.endswith(".zsync"):
|
||||||
os.chdir(self._DST_DIR)
|
os.chdir(self._DST_DIR)
|
||||||
|
|||||||
Reference in New Issue
Block a user