[project] archives packers update

This commit is contained in:
2019-09-02 17:06:13 +03:00
parent b71919ee4a
commit 524695b155
3 changed files with 12 additions and 6 deletions

View File

@@ -71,10 +71,12 @@ class Haxe extends Sdk {
}
haxe(args) {
this.activate();
return exec('.', [this.haxeBin].concat(args).join(' '));
}
haxelib(args) {
this.activate();
return exec('.', [this.haxelibBin].concat(args).join(' '));
}