Merge branch '0.0.11-beta' of ssh://numinibsd/git/base/enigma-bbs into 0.0.11-beta

This commit is contained in:
Bryan Ashby
2020-02-18 09:46:55 -07:00
3 changed files with 2 additions and 2 deletions

View File

@@ -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}' ],
}
},