mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
14 lines
219 B
Bash
Executable file
14 lines
219 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# stops on first error
|
|
set -e
|
|
|
|
# make sure we are in the good directory
|
|
cd ~opentx/release-20/
|
|
|
|
# release all components
|
|
./release-companion.sh
|
|
#./release-voices.sh
|
|
#./release-lua.sh
|
|
./release-firmware.sh
|
|
|