Skip to content

Commit

Permalink
custom app update
Browse files Browse the repository at this point in the history
  • Loading branch information
OloFuchs committed Jan 24, 2024
1 parent b6604b4 commit e3b7431
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

$DIR/bootstrap.sh $DIR $DIR/venv

$DIR/venv/bin/python $DIR/src/main.py $@
DISPLAY=:0 $DIR/venv/bin/python $DIR/src/main.py $@

exit 0
10 changes: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"services": {
"example-app-kivy": {
"name": "example-app-kivy",
"TEMPLATE_NAME": {
"name": "TEMPLATE_NAME",
"type": "app",
"exec_cmd": "/mnt/managed_home/farm-ng-user-edgar/amiga-app-template-kivy/entry.sh",
"display_name": "Kivy Example App",
"exec_cmd": "/mnt/managed_home/farm-ng-user-YOUR_USER_HERE/YOUR-REPOSITORY-NAME/entry.sh",
"display_name": "APP NAME",
"autostart": false
}
}
}
}

0 comments on commit e3b7431

Please sign in to comment.