Fix build; Nuova nota: 🔉️ Output audio in contemporanea ... su Raspberry Pi

This commit is contained in:
2024-09-19 14:29:42 +02:00
parent 4811e9c53e
commit b3dead8ac2
4 changed files with 145 additions and 3 deletions

View File

@@ -9,6 +9,6 @@ sh "${swd}/Produce.sh"
mv ./build/public ./dist
sh "${swd}/Package.sh"
mv ./build/public/offline.zip ./dist/
mv ./build/public/sitoctt-offline.zip ./dist/
cd "${owd}"

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python3
DestinationLanguages = ["it", "en", "es", "fr"] # "de", "eo"
IncludePaths = ["/"]
ExcludePaths = ["/categories"] # "/miscellanea"
ExcludePaths = ["/categories", "/note/2024-09-19-Raspberry-Output-Audio-Both.md"] # "/miscellanea"
import subprocess
from os import getcwd, listdir