fixed issues with tapelauncher entries in apps.json

pull/664/head
hughbarney 2021-02-08 20:44:27 +00:00
parent 77384543a4
commit 754826a3a3
2 changed files with 4 additions and 4 deletions

View File

@ -2733,14 +2733,14 @@
{ "id": "tapelauncher",
"name": "Tape Launcher",
"icon": "icon.png",
"version":"0.01",
"version":"0.02",
"description": "An App launcher, icons displayed in a horizontal tape, swipe or use buttons",
"readme": "README.md",
"tags": "tool,system,launcher",
"type":"launch",
"storage": [
{"name":"tapelaunch.app.js","url":"app.js"},
{"name":"tapelaunch.img","url":"icon.js","evaluate":true}
{"name":"tapelauncher.app.js","url":"app.js"},
{"name":"tapelauncher.img","url":"icon.js","evaluate":true}
]
},
{ "id": "oblique",

View File

@ -1,2 +1,2 @@
0.01: Initial version
0.02: Fixed issues with entry in apps.json