File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 desc : " Upload app files to the Arduino Board"
99 cmds :
1010 - adb push ./app.yaml {{ .ARDUINO_APP_BASE_PATH }}/app.yaml
11- - task modulino:patch
11+ - task : modulino:patch
1212 - adb push ./sketch {{ .ARDUINO_APP_BASE_PATH }}/
1313 - adb push ./python/ {{ .ARDUINO_APP_BASE_PATH }}/
1414 - adb push ./assets/ {{ .ARDUINO_APP_BASE_PATH }}/
2525 scratch:init :
2626 cmds :
2727 - git clone --depth 1 --branch {{ .SCRATCH_EDITOR_VERSION }} https://github.com/scratchfoundation/scratch-editor.git
28- - task scratch:install
28+ - task : scratch:install
2929
3030 scratch:install :
3131 dir : scratch-editor
5454 - cp build/index.html ../../../assets/index.html
5555 - cp build/gui.js ../../../assets/gui.js
5656 # # copy (some) of the static files
57- - mkdir -p ../../../assets/static/blocks-media && cp -r build/static/blocks-media ../../../assets/static/
57+ - mkdir -p ../../../assets/static/blocks-media && cp -r build/static/blocks-media ../../../assets/static/
You can’t perform that action at this time.
0 commit comments