Add upgradeCode for msi build and update README for beta.2

This commit is contained in:
2026-03-23 19:57:59 +01:00
parent 41d84b18b7
commit 17043cde37
2 changed files with 7 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ if (buildTarget == "msi" || buildTarget == "all") {
config: {
icon: "./assets/icon.ico",
ui: { enabled: true, chooseDirectory: true },
upgradeCode: "e3bb759f-c2b2-4545-bb7b-35bed5be4cd5",
},
});
}