ChowZenki / roBrowser-electron

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:JavaScript 77.0%Language:HTML 18.9%Language:Shell 4.1%