Fixed incorrect app name in metadata.json

Forgot to add .app before the .js in name so watch face wasn't loading
pull/1572/head
Daniel Cox 2022-03-16 10:12:06 +13:00 committed by GitHub
parent 46808fa415
commit 9daf16f1c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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