mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-29 12:06:01 +02:00
feat(updater): support non zipped updater (#1174)
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
isChecking = true;
|
||||
try {
|
||||
const update = await check();
|
||||
onMessage(`Should update: ${update.response.available}`);
|
||||
onMessage(update.response);
|
||||
onMessage(`Should update: ${update.available}`);
|
||||
onMessage(update);
|
||||
|
||||
newUpdate = update;
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user