Skip to content

Funkin-Launcher-Team/FunkinLauncher

Repository files navigation

FunkinLauncher

An AIO tool for managing FNF installations. Build status

Credits

toperri HeroEyad Sector03 Kacaro
toperri HeroEyad Sector03 Kacaro_
Programmer Programmer Artist Musician
"Fuzzfreak" composed by ![Jukestar](https://jukestar.newgrounds.com/) Special thanks to our playtesters Herox and SikeAir!

How to run



Since this app is built with Electron, you will need to install Node.js to run the app from source code. After that... 1) Use ``npm install --global yarn`` to install Yarn. 2) Use ``yarn install`` to install all dependencies required for the app to function. 3) You can now use ``yarn test`` to run the app (or use ``open.bat``)

Building

  1. Use npm install --global yarn to install Yarn.
  2. Use yarn install to install all dependencies required for the app to function.
  3. Use yarn build-win to build for Windows. 1
  4. Funkin Launcher will be built into the /dist folder.

License

See this link for license.

Footnotes

  1. Use yarn build-linux to build for Linux or yarn build-osx to build for Mac (you WILL need to edit the source code in order to support other OSes.)