Fixes to search, local-file-tweaks, test ajax-navigation, update Buttons, add offline.zip packaging

This commit is contained in:
2024-08-31 00:58:33 +02:00
parent 745267cf49
commit 89134ffb37
25 changed files with 199 additions and 85 deletions

14
Scripts/Deploy.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/sh
. "$(dirname "$(realpath "$0")")/Lib/Globals.sh"
cd "${swd}/.."
sh "${swd}/Requirements.sh"
rm -rf ./dist
sh "${swd}/Produce.sh"
mv ./build/public ./dist
sh "${swd}/Package.sh"
mv ./build/public/offline.zip ./dist/
cd "${owd}"