diff --git a/frontend/src/components/common/StatusBar.vue b/frontend/src/components/common/StatusBar.vue index 63d7f07..b34c9e2 100644 --- a/frontend/src/components/common/StatusBar.vue +++ b/frontend/src/components/common/StatusBar.vue @@ -117,7 +117,7 @@ async function handleUpdate(): Promise { try { const path = await Call.ByName( "github.com/vstockwell/wraith/internal/updater.UpdateService.DownloadUpdate", - updateInfo.value.latestVersion + updateInfo.value ) as string; await Call.ByName( "github.com/vstockwell/wraith/internal/updater.UpdateService.ApplyUpdate",