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
commit 44fd380397
No known key found for this signature in database
GPG Key ID: B49EB437951D2542
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -678,7 +678,7 @@ function getDefaultConfig() {
}, },
decompress : { decompress : {
cmd : 'unzip', cmd : 'unzip',
args : [ '{archivePath}', '-d', '{extractPath}' ], args : [ '-n', '{archivePath}', '-d', '{extractPath}' ],
}, },
list : { list : {
cmd : 'unzip', cmd : 'unzip',
@ -688,7 +688,7 @@ function getDefaultConfig() {
}, },
extract : { extract : {
cmd : 'unzip', cmd : 'unzip',
args : [ '{archivePath}', '{fileList}', '-d', '{extractPath}' ], args : [ '-n', '{archivePath}', '{fileList}', '-d', '{extractPath}' ],
} }
}, },