server restore from dump

This commit is contained in:
Priec
2026-09-02 21:27:54 +02:00
parent 8eba1ef735
commit db55067708
5 changed files with 13 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ trap cleanup EXIT INT TERM HUP
set +e
(
cd -- "$repo_root/client-gui2"
yarn tauri build --bundles appimage
yarn tauri build --bundles appimage --features full-embed
)
tauri_status=$?
set -e