fix storage app name error

master
Giles Booth 2022-06-24 16:42:19 +01:00 committed by GitHub
parent 3539309a9e
commit 27491ffe96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
"readme": "README.md",
"allow_emulator": true,
"storage": [
{"name":"macwatch.app.js","url":"app.js"},
{"name":"macwatch.img","url":"app-icon.js","evaluate":true}
{"name":"macwatch2.app.js","url":"app.js"},
{"name":"macwatch2.img","url":"app-icon.js","evaluate":true}
]
}