currently i try to code a application with an auto updater service with github, but when the app try to download the new version from github it throws an error and i dont know why.
i already tried to user other dependencies versions or set my repo to public
dependencies:
"electron": "6.0.12"
"electron-builder": "21.2.0"
"electron-updater": "4.3.4"