Skip to content

CehirNetwork/Launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 

Repository files navigation

aventium softworks

OnFlux Network

(Server Modpack Launcher)

travis issues mc fort

Join our server without worrying about installing Java, Forge, or other mods. We'll handle that for you.

Screenshot 1

Downloads

You can download from GitHub Releases

Latest Release

Supported Platforms

If you download from the Releases tab, select the installer for your system.

Platform File
Windows x64 endnetwork-WIN-v0.2.0.exe
macOS endnetwork-MACOS-v0.2.0.dmg
Linux x64 endnetwork-LINUX-v0.2.0.AppImage

Console

To open the console, use the following keybind.

ctrl + shift + i

Ensure that you have the console tab selected. Do not paste anything into the console unless you are 100% sure of what it will do. Pasting the wrong thing can expose sensitive information.

Export Output to a File

If you want to export the console output, simply right click anywhere on the console and click Save as..

Development

Getting Started

System Requirements


Clone and Install Dependencies

> git clone https://github.com/EndNetwork/Launcher.git
> cd Launcher
> npm install

Launch Application

> npm start

Build Installers

To build for your current platform.

> npm run dist

Build for a specific platform.

Platform Command
Windows x64 npm run dist:win
macOS npm run dist:mac
Linux x64 npm run dist:linux