This is an wrapper for roBrowser written using Electron. It allows you to run roBrowser as an executable file.
This app uses the roBrowser forked version as client.
1 - Create your environment variables file (.env) by copying the .env.example.
2 - Install the dependencies:
$ yarn install
3 - Download roBrowser and put it inside /src/robrowser folder.
4 - Run the app:
$ yarn start
To create the bin file just run the command below:
$ yarn make
Include icon.ico
and icon.png
inside /images folder (128x128).
Original idea and initial code by SelfCastingCookies on RAthena boards.