Skip to content

Mirage-Multiplayer/MiLauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiLauncher

Mirage Multiplayer Cross-Platform Launcher source code.

Technologies Used

  • Electron: A framework to create desktop applications using web technologies (HTML, CSS, JS).
  • Electron Builder: A tool to package and distribute the application.
  • Electron Updater: For managing automatic updates.

Prerequisites

Make sure you have Node.js installed on your system. If not, you can download it from nodejs.org.

You will also need Electron and Electron Builder to run and build the application.

Installation

1. Clone the repository:

git clone https://github.com/Mirage-Multiplayer/MiLauncher.git
cd MiLauncher

2. Install the dependencies:

npm install

3. Running the Project

To run the project in development mode, use the following command:

npm start

This will start Electron and open the application locally.

4. Building the Application

To generate a build for distribution, use the following command:

npm run dist

This will create a package for the operating system you're running the command on (Windows or Linux).

For Windows, the build will be generated in NSIS and ZIP formats. For Linux, the build will be generated in AppImage and deb formats.

5. Publishing the Application

If you want to publish the application to GitHub or another service, use the following command:

Publishing the Application

npm run publish

This will publish the latest version of the app to the specified GitHub repository in the package.json file.

About

Mirage Multiplayer Cross-Platform Launcher source code.

Resources

License

Stars

Watchers

Forks

Packages

No packages published