Skip to content

Commit

Permalink
update manifest with new format
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba committed Dec 4, 2023
1 parent 241e514 commit b6604b4
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"services": {
"camera-app": {
"type": "app_third_party",
"python": false,
"args": [
"entry.sh"
],
"display_name": "Kivy Camera App"
}
"services": {
"example-app-kivy": {
"name": "example-app-kivy",
"type": "app",
"exec_cmd": "/mnt/managed_home/farm-ng-user-edgar/amiga-app-template-kivy/entry.sh",
"display_name": "Kivy Example App",
"autostart": false
}
}
}

0 comments on commit b6604b4

Please sign in to comment.