Update custom.html

master
Ronin0000 2021-11-20 12:33:43 -08:00 committed by GitHub
parent 993bb7298c
commit 1a53e8d34a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ g.drawString(txt,120,120);
// send finished app (in addition to contents of app.json)
sendCustomizedApp({
storage:[
{"name":"customFile.app.json",url:"app.js",content:content}
{"name":"customFile.app.json",url:"app.js",content:content},
{name:"myapp.app.js", url:"app.js", content:app},
]
});