mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 17:55:19 +03:00
Fix path on server
This commit is contained in:
parent
6ea6c2c8f1
commit
c089be96f5
1 changed files with 5 additions and 5 deletions
|
@ -17,11 +17,11 @@ mkdir -p ${workdir}/sdcard/horus/IMAGES
|
||||||
cp /home/opentx/horus-bitmaps/* ${workdir}/sdcard/horus/IMAGES/
|
cp /home/opentx/horus-bitmaps/* ${workdir}/sdcard/horus/IMAGES/
|
||||||
|
|
||||||
# Request sound pack generation
|
# Request sound pack generation
|
||||||
python3 -B ${workdir}/tts.py en csv files
|
python3 -B ${workdir}/code/tts.py en csv files
|
||||||
python3 -B ${workdir}/tts.py fr csv files
|
python3 -B ${workdir}/code/tts.py fr csv files
|
||||||
python3 -B ${workdir}/tts.py es csv files
|
python3 -B ${workdir}/code/tts.py es csv files
|
||||||
python3 -B ${workdir}/tts.py it csv files
|
python3 -B ${workdir}/code/tts.py it csv files
|
||||||
python3 -B ${workdir}/tts.py de csv files
|
python3 -B ${workdir}/code/tts.py de csv files
|
||||||
|
|
||||||
# Prepare the sdcard zip files for Horus
|
# Prepare the sdcard zip files for Horus
|
||||||
mv /tmp/SOUNDS ${workdir}/sdcard/horus/
|
mv /tmp/SOUNDS ${workdir}/sdcard/horus/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue