Fix path in TtcArchiveFile directive

This commit is contained in:
be5invis 2021-07-23 23:44:11 -07:00
parent 5d38569238
commit b7ab55ce73

View file

@ -510,8 +510,8 @@ const TtcArchiveFile = file.make(
await cd(`${BUILD}/ttc-collect/${cgr}`).run(
["7z", "a"],
["-tzip", "-r", "-mx=9"],
`../../../../${out.full}`,
`./`
Path.relative(`${BUILD}/ttc-collect/${cgr}`, out.full),
`*.ttc`
);
}
);