add donate link to update flow

This commit is contained in:
Dave Simpson
2024-11-26 15:41:52 +01:00
parent d1065886ef
commit 848f794380
6 changed files with 107 additions and 11 deletions

View File

@@ -62,7 +62,7 @@ export class IDEUpdaterImpl implements IDEUpdater {
await this.updater.checkForUpdates();
this.cancellationToken = cancellationToken;
if (this.updater.currentVersion.compare(updateInfo.version) === -1) {
if (true) {
/*
'latest.txt' points to the latest changelog that has been generated by the CI,
so we need to make a first GET request to get the filename of the changelog