How to update Mixery using app.asar - nahkd123/Mixery-Electron GitHub Wiki
Assume you don't want to download entire binaries, you can swap the old app.asar with new one.
What is app.asar?
app.asar is basically an archive file, but without compression.
How to update?
- Go to
/resources/
and deleteapp.asar
(you can also rename it if you want) - Download the latest
app.asar
in here, then put it into/resources/
. Make sure to rename it to exactlyapp.asar
, otherwise it won't work. - Enjoy!