fix(update): improve updater script reliability for 1.7.0

- quote env vars in cmd script for paths with spaces

- add update_error.log diagnostics and timeout while waiting for app exit

- bump APP_VERSION to 1.7.0 and update updater tests
This commit is contained in:
2026-02-15 20:38:24 +03:00
parent e1e2f8f0e8
commit a9a394cf7d
3 changed files with 30 additions and 15 deletions

View File

@@ -1 +1 @@
APP_VERSION = "1.6.4"
APP_VERSION = "1.7.0"