An AIO tool for managing FNF installations.
toperri | HeroEyad | Sector03 | Kacaro |
---|---|---|---|
Programmer | Programmer | Artist | Musician |
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``)
- Use
npm install --global yarn
to install Yarn. - Use
yarn install
to install all dependencies required for the app to function. - Use
yarn build-win
to build for Windows. 1 - Funkin Launcher will be built into the
/dist
folder.
See this link for license.
Footnotes
-
Use
yarn build-linux
to build for Linux oryarn build-osx
to build for Mac (you WILL need to edit the source code in order to support other OSes.) ↩