Try fixing use of inline if
This commit is contained in:
parent
21fd4093df
commit
51db28634c
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ class Context {
|
||||||
"-xr!Thumbs.db",
|
"-xr!Thumbs.db",
|
||||||
"-slp",
|
"-slp",
|
||||||
#"-mx=9",
|
#"-mx=9",
|
||||||
$archivePath) + $arguments + (
|
$archivePath) + $arguments + $(
|
||||||
if ($split) {
|
if ($split) {
|
||||||
@("-v3g");
|
@("-v3g");
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue