Customize the Miru anime torrent streaming app
the app may not auto update anymore and you would have to reinstall Miru which will rollback changes!
also have npm and npx installed
- have the app installed on you device
- cd into Miru directory
cd ~/AppData/Local/Programs/Miru/resources
- extract the bundled app.asar
npx @electron/asar extract app.asar .\unpacked
- make your changes
- repack
npx @electron/asar pack .\unpacked\ app.asar
i don't know where Miru is located but should be similar to above steps
i don't know where Miru is located but should be similar to above steps
you can experiment on your own but of what i can see
- fonts
- css
- html
- app icon
- app title (html tag <title> in app.html)
- some javascript maybe?