fix(daemon): Point updater at the correct repository API (code.foss.global ecobridge.xyz/eco_os) and bump project/daemon versions to 0.3.6

This commit is contained in:
2026-01-09 17:52:55 +00:00
parent 99a04df8b0
commit 7d6aace6d9
5 changed files with 11 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ interface GiteaAsset {
}
export class Updater {
private repoApiUrl = 'https://code.foss.global/api/v1/repos/ecobridge/eco-os/releases';
private repoApiUrl = 'https://code.foss.global/api/v1/repos/ecobridge.xyz/eco_os/releases';
private binaryPath = '/opt/eco/bin/eco-daemon';
private releases: Release[] = [];
private lastCheck: Date | null = null;

View File

@@ -1 +1 @@
export const VERSION = "0.3.4";
export const VERSION = "0.3.6";