Latest version: 1.4.6
These are the steps to compile it yourself.
You need the following software installed:
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