chore: update wails bindings
This commit is contained in:
@@ -441,6 +441,7 @@ export namespace updater {
|
||||
releaseNotes: string;
|
||||
downloadURL: string;
|
||||
downloadSize: number;
|
||||
isRebuild: boolean;
|
||||
|
||||
static createFrom(source: any = {}) {
|
||||
return new UpdateInfo(source);
|
||||
@@ -454,6 +455,7 @@ export namespace updater {
|
||||
this.releaseNotes = source["releaseNotes"];
|
||||
this.downloadURL = source["downloadURL"];
|
||||
this.downloadSize = source["downloadSize"];
|
||||
this.isRebuild = source["isRebuild"];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user