diff --git a/core/config.js b/core/config.js index 70406e47..63e52032 100644 --- a/core/config.js +++ b/core/config.js @@ -483,7 +483,7 @@ function getDefaultConfig() { // decompress : { cmd : 'lha', - args : [ '-ew={extractPath}', '{archivePath}' ], + args : [ '-efw={extractPath}', '{archivePath}' ], }, list : { cmd : 'lha', @@ -492,7 +492,7 @@ function getDefaultConfig() { }, extract : { cmd : 'lha', - args : [ '-ew={extractPath}', '{archivePath}', '{fileList}' ] + args : [ '-efw={extractPath}', '{archivePath}', '{fileList}' ] } },