mirror of
https://github.com/myronblair/jarvis
synced 2026-07-28 00:34:35 -05:00
Windows agent v3.2: build standalone PyInstaller exe (no Python/pywin32 install needed on target machines), add frozen-mode self-update (rename-swap since a running exe cant be overwritten in place), simplify installer accordingly, fix default install URL (jarvis.orbishosting.com default port is unreachable from outside the LAN - use :1972), fix stale windows=3.0 in the admin panel version-check map
This commit is contained in:
@@ -493,7 +493,7 @@ if ($action) {
|
||||
$latestVersions = [
|
||||
'linux' => '3.1',
|
||||
'proxmox' => '3.1',
|
||||
'windows' => '3.0',
|
||||
'windows' => '3.2',
|
||||
'macos' => '3.0',
|
||||
'homeassistant' => null,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user