idkr-client / idkr

:video_game: idk, just a Krunker client
GNU Affero General Public License v3.0
56 stars 37 forks source link

Figure out a way to publish both master and v9 builds without conflicts #41

Open Mixaz017 opened 2 years ago

Mixaz017 commented 2 years ago

Currently master and electron-v9 branches will overwrite existing update files (latest.yml and related files) when running npm run dist which will break the other branch's auto updater. We have to solve this issue before releasing the next version, ideally by finding a way to produce update files with a custom filename, but I don't know if its even possible.

Mixaz017 commented 2 years ago

At this point, I think releasing master is more important than figuring out this and releasing both branches. Users can still use v9 by cloning and building locally...