feat: update nuspec metadata and add PATH setup functionality for terminal access

This commit is contained in:
HueByte
2026-02-24 19:44:55 +01:00
parent 045515369c
commit 6295831045
4 changed files with 151 additions and 22 deletions
+3
View File
@@ -77,6 +77,9 @@ Log.Logger = new LoggerConfiguration()
Log.Information("EchoHub client starting");
// == Ensure echohub is on PATH for convenient terminal access ============
PathSetup.EnsureOnPath();
// == Post-update detection: stale backup cleanup or flag for rollback menu ================
if (UpdateBackupService.BackupExists())
{