[sdk] add neko activate; update haxe activate

This commit is contained in:
2019-06-20 14:26:36 +03:00
parent 6cd51b58c7
commit e904b46f4a
5 changed files with 86 additions and 11 deletions

View File

@@ -57,7 +57,7 @@ class Haxe extends Sdk {
prepare() {
return Promise.all([this.neko.prepare(), super.prepare()]).then(() => {
fs.copyFileSync(path.resolve(__dirname, '..', 'template/activate'), path.resolve(this.path, 'activate'));
fs.copyFileSync(path.resolve(__dirname, '..', 'template/haxe/activate'), path.resolve(this.path, 'activate'));
});
}