Skip to content

JumpStone-Gaming/js-launcher

Repository files navigation

JS Launcher

Translations

Crowdin

We translate the JS Launcher on Crowdin.

Issues

If you notice any bugs or missing features, you can let us know by opening an issue here.

License

This code is originally forked and still uses a small amount of code from LiquidLauncher.

Therefore, this project is also subject to the GNU General Public License v3.0. This does only apply for source code located directly in this clean repository. During the development and compilation process, additional source code may be used to which we have obtained no rights. Such code is not covered by the GPL license. This project entirely or partially for free and even commercially. However, please consider the following:

  • You must disclose the source code of your modified work and the source code you took from this project. This means you are not allowed to use code from this project (even partially) in a closed-source (or even obfuscated) application.
  • Your modified application must also be licensed under the GPL

Do the above and share your source code with everyone; just like we do.

Compile it yourself!

Prerequisites

Setup Instructions

  1. Clone the repository:

    git clone --recurse-submodules https://github.com/JumpStone-Gaming/js-launcher
    cd js-launcher
  2. Install dependencies:

    yarn install
  3. Start development mode:

    yarn tauri dev
  4. Build for production:

    # Windows
    yarn tauri build --target x86_64-pc-windows-msvc
    
    # Linux
    yarn tauri build --target x86_64-unknown-linux-gnu
    
    # macOS Intel
    yarn tauri build --target x86_64-apple-darwin
    
    # macOS Silicon
    yarn tauri build --target aarch64-apple-darwin

Contributing

We appreciate contributions. So if you want to support us, feel free to make changes to JS Launcher source code and submit a pull request. Feel free to join the Discord: https://discord.gg/6axjyHjdew

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 26

Languages