diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f8216a..f7aeef8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: dist/*.deb dist/*.rpm dist/*.pacman - dist/latest.yml + dist/latest*.yml build-windows: runs-on: windows-latest @@ -115,4 +115,4 @@ jobs: generate_release_notes: true draft: true # DYNAMIC FLAGS: Mark as pre-release ONLY IF it's NOT a tag (meaning it's a branch push) - prerelease: ${{ github.ref_type != 'tag' }} + prerelease: ${{ github.ref_type != 'tag' }} \ No newline at end of file diff --git a/GUI/js/update.js b/GUI/js/update.js index bd1403c..9f78f80 100644 --- a/GUI/js/update.js +++ b/GUI/js/update.js @@ -23,6 +23,10 @@ class ClientUpdateManager { this.showUpdateDownloaded(updateInfo); }); + window.electronAPI.onUpdateError((errorInfo) => { + this.handleUpdateError(errorInfo); + }); + this.checkForUpdatesOnDemand(); } @@ -57,6 +61,10 @@ class ClientUpdateManager {
A new version of Hytale F2P Launcher is available.
Downloading update automatically... +