Skip to content

Commit

Permalink
Set updater version on events
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanzilla committed May 11, 2024
1 parent 94e03e9 commit cd148c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/LandingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ export default defineComponent({
"updateInfo" in arg
) {
this.updater.path = `https://github.com/WeakAuras/WeakAuras-Companion/releases/download/v${arg.updateInfo.version}/${arg.updateInfo.path}`;
this.updater.version = arg.updateInfo.version;
// List if `updater.fullChangelog` is set to `true`, `string` otherwise.
if (typeof arg.updateInfo.releaseNotes === "string") {
Expand Down

0 comments on commit cd148c6

Please sign in to comment.