mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-15 05:53:50 +02:00
Message import stops #329
This commit is contained in:
parent
60f2f54a54
commit
1f7545634b
1 changed files with 2 additions and 2 deletions
|
@ -492,7 +492,7 @@ module.exports = () => {
|
||||||
},
|
},
|
||||||
decompress : {
|
decompress : {
|
||||||
cmd : '7za',
|
cmd : '7za',
|
||||||
args : [ 'e', '-o{extractPath}', '{archivePath}' ] // :TODO: should be 'x'?
|
args : [ 'e', '-y', '-o{extractPath}', '{archivePath}' ] // :TODO: should be 'x'?
|
||||||
},
|
},
|
||||||
list : {
|
list : {
|
||||||
cmd : '7za',
|
cmd : '7za',
|
||||||
|
@ -501,7 +501,7 @@ module.exports = () => {
|
||||||
},
|
},
|
||||||
extract : {
|
extract : {
|
||||||
cmd : '7za',
|
cmd : '7za',
|
||||||
args : [ 'e', '-o{extractPath}', '{archivePath}', '{fileList}' ],
|
args : [ 'e', '-y', '-o{extractPath}', '{archivePath}', '{fileList}' ],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue