Fix path in TtcArchiveFile directive
This commit is contained in:
parent
5d38569238
commit
b7ab55ce73
1 changed files with 2 additions and 2 deletions
|
@ -510,8 +510,8 @@ const TtcArchiveFile = file.make(
|
||||||
await cd(`${BUILD}/ttc-collect/${cgr}`).run(
|
await cd(`${BUILD}/ttc-collect/${cgr}`).run(
|
||||||
["7z", "a"],
|
["7z", "a"],
|
||||||
["-tzip", "-r", "-mx=9"],
|
["-tzip", "-r", "-mx=9"],
|
||||||
`../../../../${out.full}`,
|
Path.relative(`${BUILD}/ttc-collect/${cgr}`, out.full),
|
||||||
`./`
|
`*.ttc`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue