diff --git a/art/general/CONNECT1.ANS b/art/general/CONNECT1.ANS deleted file mode 100644 index d1a870bc..00000000 Binary files a/art/general/CONNECT1.ANS and /dev/null differ diff --git a/art/general/NEWSCAN.ANS b/art/general/NEWSCAN.ANS index 96371880..2762c9f1 100644 Binary files a/art/general/NEWSCAN.ANS and b/art/general/NEWSCAN.ANS differ diff --git a/core/config.js b/core/config.js index 44b5f4cc..66ffab14 100644 --- a/core/config.js +++ b/core/config.js @@ -678,7 +678,7 @@ function getDefaultConfig() { }, decompress : { cmd : 'unzip', - args : [ '{archivePath}', '-d', '{extractPath}' ], + args : [ '-n', '{archivePath}', '-d', '{extractPath}' ], }, list : { cmd : 'unzip', @@ -688,7 +688,7 @@ function getDefaultConfig() { }, extract : { cmd : 'unzip', - args : [ '{archivePath}', '{fileList}', '-d', '{extractPath}' ], + args : [ '-n', '{archivePath}', '{fileList}', '-d', '{extractPath}' ], } },