Skip to content

Commit 02fd10f

Browse files
authored
docs: correct application name and description in app.yaml (#25)
* fix: correct application name and description in app.yaml; enhance installation script with restart command * fix: set application as default after restart in installation script
1 parent 1f4d9aa commit 02fd10f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: scratch-arduino-app
2-
description: Control the Uno-Q board using Scratch blocks
1+
name: Scratch for Arduino UNO Q
2+
description: Control the UNO Q board using Scratch blocks
33
ports:
44
- 7000
55
bricks:

install.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@ rm -rf $HOME/ArduinoApps/scratch-arduino-app
2424
mv -f scratch-arduino-app $HOME/ArduinoApps/
2525
rm -f app.zip
2626

27-
echo "Installation completed: $ZIP_NAME installed at $HOME/ArduinoApps/scratch-arduino-app"
27+
echo "Installation completed: $ZIP_NAME installed at $HOME/ArduinoApps/scratch-arduino-app"
28+
29+
arduino-app-cli app restart user:scratch-arduino-app
30+
arduino-app-cli properties set default user:scratch-arduino-app
31+
echo "Application restarted and set as default."

0 commit comments

Comments
 (0)