| Platform | File |
|---|---|
| Windows x64 | UzushikaLauncher-setup-VERSION.exe |
| macOS with Intel CPU | サポート対象外 |
| macOS with AppleSilicon CPU | サポート対象外 |
| Linux x64 | サポート対象外 |
エラーが発生した場合、コンソールを開くことで内容を確認できる場合があります
ctrl + shift + iSystem Requirements
- Install Dependencies: Node.js v12
- Build Installers: Node.js v16
Clone and Install Dependencies
> git clone https://github.com/UzushikaMinecraft/launcher.git
> cd launcher
> npm installLaunch Application
> npm startBuild Installers
STEP1. jdk.zipをダウンロードしプロジェクトルートに展開
STEP2. プラットフォームごとにコマンドを下記実行
| Platform | Command |
|---|---|
| Windows x64 | npm run dist:win |
| macOS | npm run dist:mac |
!! mac OS用のインストーラはIntel,AppleSiliconそれぞれのプロセッサごとに実機でbuildが必要
