Commit a94f8db4 authored by wildfirecode's avatar wildfirecode

1

parent bfdaf943
...@@ -41,7 +41,7 @@ let build = opts => { ...@@ -41,7 +41,7 @@ let build = opts => {
shelljs.exec('egret publish'); shelljs.exec('egret publish');
console.log('编译exmls结束'); console.log('编译exmls结束');
spinner.stop(); spinner.stop();
shelljs.exec('dbtinypng -i bin-release/resource/TextureMerger -o bin-release/resource/TextureMerger && node publish.js'); shelljs.exec('dbtinypng -i bin-release/resource -o bin-release/resource && node publish.js');
shelljs.cd('..'); shelljs.cd('..');
}); });
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment