fix: make updater checksum verification self-contained
ForgeFlow quality gate / quality (push) Canceled after 0s

This commit is contained in:
NuklearRabbit
2026-08-01 19:13:05 +02:00
parent f7d6bc374f
commit f866b12fbf
10 changed files with 86 additions and 20 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ function createMockRepositoryBridge(context) {
await wait(80);
snapshot();
return {
appVersion: "0.10.7-demo",
appVersion: "0.10.8-demo",
platform: "win32",
state: clone(state),
git: { available: true, version: "git version 2.47.3" },