mirror of https://github.com/espruino/BangleApps
Fixed incorrect app name in metadata.json
Forgot to add .app before the .js in name so watch face wasn't loadingpull/1572/head
parent
46808fa415
commit
9daf16f1c0
|
@ -11,7 +11,7 @@
|
|||
"readme": "README.md",
|
||||
"allow_emulator": true,
|
||||
"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}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue