/Alpha-Launcher

Unofficial 0.5.3 game launcher.

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

ko-fi

Alpha Launcher

Launcher for the 0.5.3 client with management for multiple realmlists.

Standalone installation

Binaries for windows and Linux/Darwin appimages can be found on the releases page.

Download and run as usual, for the appimages make sure to set them as executables writing sudo chmod +x ./Alpha.launcher-x.x.x.AppImage in your terminal.

Development

Run npm start, development app will be created with a title bar and devtools option active.

Prerequisites

Node v16.14+ and npm v8.3+ are both required for this project to be built and for actively developing on it, make sure the project can build successfully with this node version as it is the same defined in build phase for rolling out releases on github.

Build

To build the project run:

npm install
npm run dist

Compiled executable will be under electron/output folder.