mirror of https://github.com/axmolengine/axmol.git
Merge pull request #6710 from natural-law/v3
Modify the lua runtime template for the implementation of downloading runtime files.
This commit is contained in:
commit
f36f224d46
|
@ -1,7 +1,9 @@
|
||||||
{
|
{
|
||||||
"do_default": {
|
"do_default": {
|
||||||
"exclude_from_template": [
|
"exclude_from_template": [
|
||||||
"frameworks/runtime-src"
|
"frameworks/runtime-src",
|
||||||
|
"runtime/config.json",
|
||||||
|
"runtime/version.json"
|
||||||
],
|
],
|
||||||
"append_dir": [
|
"append_dir": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue