feat: release desktop 0.1.9 with device dedupe and new branding
This commit is contained in:
@@ -153,7 +153,7 @@ const syncState = reactive({
|
||||
nextRunAt: "",
|
||||
});
|
||||
const updateState = reactive({
|
||||
currentVersion: "0.1.8",
|
||||
currentVersion: "0.1.9",
|
||||
latestVersion: "",
|
||||
available: false,
|
||||
mandatory: false,
|
||||
@@ -927,7 +927,7 @@ async function installLatestUpdate(): Promise<boolean> {
|
||||
resetUpdateRuntime();
|
||||
updateRuntime.downloading = true;
|
||||
const taskId = `UPD-${Date.now()}`;
|
||||
const installerName = `wanwan-cloud-desktop_v${updateState.latestVersion || updateState.currentVersion}.exe`;
|
||||
const installerName = `玩玩云_v${updateState.latestVersion || updateState.currentVersion}.exe`;
|
||||
updateRuntime.taskId = taskId;
|
||||
updateRuntime.progress = 1;
|
||||
updateRuntime.speed = "准备下载";
|
||||
|
||||
Reference in New Issue
Block a user