Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Latest commit

 

History

History
38 lines (24 loc) · 1 KB

README.md

File metadata and controls

38 lines (24 loc) · 1 KB

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.