Don't hang on unzip prompting
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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}' ],
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user