Commit dda053af authored by rockyl's avatar rockyl

game.json 改为 project.json

parent eadcd3f6
{
"build-process": "egret"
}
{
"build-process": "egret",
"remote-path": "activity/{projectName}"
}
......@@ -5,13 +5,15 @@ exports.replaces = {
},
contentInFiles: [
'index.html'
'index.html',
'project.json'
],
nameOfFiles: [
]
};
//收尾时删除的文件
exports.deletes = [
'package.json',
'package-lock.json'
......
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