mirror of https://gitlab.com/nakst/essence
fix PathCopy
This commit is contained in:
parent
f4b640dd0d
commit
2c1ba48130
|
@ -145,7 +145,7 @@ void AutomationBuild() {
|
||||||
// Compress the result.
|
// Compress the result.
|
||||||
assert PathMove("bin/ova/Essence.ova", "Essence/Essence.ova");
|
assert PathMove("bin/ova/Essence.ova", "Essence/Essence.ova");
|
||||||
assert PathMove("bin/drive", "Essence/drive");
|
assert PathMove("bin/drive", "Essence/drive");
|
||||||
assert PathCopy("bin/commit.txt", "Essence/commit.txt");
|
assert FileCopy("bin/commit.txt", "Essence/commit.txt");
|
||||||
assert SystemShellExecute("tar -cJf ../Essence.tar.xz Essence/");
|
assert SystemShellExecute("tar -cJf ../Essence.tar.xz Essence/");
|
||||||
|
|
||||||
// Compress the debug info.
|
// Compress the debug info.
|
||||||
|
|
Loading…
Reference in New Issue