Swell icon indicating copy to clipboard operation
Swell copied to clipboard

Auto update no longer functioning

Open texpatnyc opened this issue 4 years ago • 0 comments

Problem There is a bug that is causing an error in the gh-publish script which creates the release in github & uploads all the download files. The errors in the running of the script are causing the following files to not be uploaded to GitHub as part of the release:

  • latest-linux.yml
  • latest-mac.yml
  • latest.yml

These 3 files are needed for the Auto-Updater to work properly. Currently anyone running < v0.8.0 will have to redownload the new v0.9.0 to get the new features without this Auto-Updater fully functional.

Expected behavior Running the gh-publish script should properly build/bundle and ship all necessary file to GitHub and create a new release.

Screenshots Screen Shot 2021-07-13 at 11 20 49 AM

texpatnyc avatar Jul 13 '21 23:07 texpatnyc