/roBrowser-electron

This is an wrapper for roBrowser written using Electron. It allows you to run roBrowser as an executable file.

Primary LanguageJavaScript

roBrowser Electron Wrapper

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.

Setup

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

Build

To create the bin file just run the command below:

$ yarn make

Customizing

Change the bin icon

Include icon.ico and icon.png inside /images folder (128x128).

Credits

Original idea and initial code by SelfCastingCookies on RAthena boards.