Launcher for the 0.5.3 client with management for multiple realmlists.
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.
Run npm start
, development app will be created with a title bar and devtools option active.
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.
To build the project run:
npm install
npm run dist
Compiled executable will be under electron/output folder.