Force overwrite when extracting lha archives - they can contain dupes!
This commit is contained in:
parent
3ecadebf91
commit
ccf29ea8d4
|
@ -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}' ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue