Message import stops #329

This commit is contained in:
Bryan Ashby 2021-02-13 11:05:14 -07:00
parent 60f2f54a54
commit 1f7545634b
No known key found for this signature in database
GPG Key ID: B49EB437951D2542
1 changed files with 2 additions and 2 deletions

View File

@ -492,7 +492,7 @@ module.exports = () => {
},
decompress : {
cmd : '7za',
args : [ 'e', '-o{extractPath}', '{archivePath}' ] // :TODO: should be 'x'?
args : [ 'e', '-y', '-o{extractPath}', '{archivePath}' ] // :TODO: should be 'x'?
},
list : {
cmd : '7za',
@ -501,7 +501,7 @@ module.exports = () => {
},
extract : {
cmd : '7za',
args : [ 'e', '-o{extractPath}', '{archivePath}', '{fileList}' ],
args : [ 'e', '-y', '-o{extractPath}', '{archivePath}', '{fileList}' ],
},
},