Latest version: 1.4.6
These are the steps to compile it yourself.
You need the following software installed:
- NodeJS (16.17.0 x64)
- Rust Nightly
- Python3 (3.6.0)
- C++ compiler (g++ or windows build tools)
Install the dependencies and devDependencies.
$ cd GDLauncher
$ npm i --legacy-peer-deps
Start the development environment
$ npm run dev
For production environment...
$ npm run build && npm run start-prod
To package the app for the local platform:
$ npm run release