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:
@@ -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;
|
||||
|
||||
@@ -1 +1 @@
|
||||
export const VERSION = "0.3.4";
|
||||
export const VERSION = "0.3.6";
|
||||
|
||||
Reference in New Issue
Block a user