2022-10-16 13:55:47 +00:00
|
|
|
# EZPPLauncher
|
2022-10-16 14:15:35 +00:00
|
|
|
|
|
|
|
Welcome to the EZPPLauncher! A new way to connect to the EZPPFarm server.
|
|
|
|
|
|
|
|
Just one click and you are ready to go!
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
The Launcher is a "plug and play thing", download it, place it on the desktop and execute!
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
* Automatic osu! client updating before Launch
|
|
|
|
* Account saving (soon)
|
|
|
|
|
|
|
|
## Used Libraries
|
|
|
|
|
|
|
|
* [Electron](https://www.npmjs.com/package/electron)
|
|
|
|
* [custom-electron-titlebar](https://www.npmjs.com/package/custom-electron-titlebar)
|
|
|
|
* [axios](https://www.npmjs.com/package/axios)
|
|
|
|
* [jquery](https://www.npmjs.com/package/jquery)
|
2022-10-24 12:29:33 +00:00
|
|
|
* [discord-auto-rpc](https://www.npmjs.com/package/discord-auto-rpc)
|
|
|
|
* [get-window-by-name](https://www.npmjs.com/package/get-window-by-name)
|
|
|
|
* [sweetalert2](https://www.npmjs.com/package/sweetalert2)
|
|
|
|
* [node-downloader-helper](https://www.npmjs.com/package/node-downloader-helper)
|
2022-10-16 14:15:35 +00:00
|
|
|
|
2022-10-17 19:30:46 +00:00
|
|
|
## Build from source
|
|
|
|
|
|
|
|
- clone repo
|
|
|
|
- cd into the repo
|
|
|
|
- use `yarn install` to install all dependencies
|
|
|
|
- use the buildscript `pack-win` to build a executeable
|
|
|
|
|
2022-10-16 14:15:35 +00:00
|
|
|
## License
|
|
|
|
[AGPL-3.0](https://choosealicense.com/licenses/agpl-3.0/)
|