Force overwrite when extracting lha archives - they can contain dupes!
This commit is contained in:
@@ -483,7 +483,7 @@ function getDefaultConfig() {
|
|||||||
//
|
//
|
||||||
decompress : {
|
decompress : {
|
||||||
cmd : 'lha',
|
cmd : 'lha',
|
||||||
args : [ '-ew={extractPath}', '{archivePath}' ],
|
args : [ '-efw={extractPath}', '{archivePath}' ],
|
||||||
},
|
},
|
||||||
list : {
|
list : {
|
||||||
cmd : 'lha',
|
cmd : 'lha',
|
||||||
@@ -492,7 +492,7 @@ function getDefaultConfig() {
|
|||||||
},
|
},
|
||||||
extract : {
|
extract : {
|
||||||
cmd : 'lha',
|
cmd : 'lha',
|
||||||
args : [ '-ew={extractPath}', '{archivePath}', '{fileList}' ]
|
args : [ '-efw={extractPath}', '{archivePath}', '{fileList}' ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user