mirror of https://github.com/espruino/BangleApps
Fix metadata.json error (should not try to download data files)
parent
453a4a0697
commit
73ac306b76
|
@ -12,7 +12,7 @@
|
|||
{"name": "timestamplog.img", "url": "app-icon.js", "evaluate": true}
|
||||
],
|
||||
"data": [
|
||||
{"name": "timestamplog.settings", "url": "timestamplog.settings"},
|
||||
{"name": "timestamplog.json", "url": "timestamplog.json"}
|
||||
{"name": "timestamplog.settings"},
|
||||
{"name": "timestamplog.json"}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue