| Platform | File |
|---|---|
| Windows x64 | NumaLauncher-setup-VERSION.exe |
| macOS | サポート対象外 |
| 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/TeamKun/NumaLauncher.git
> cd NumaLauncher
> 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が必要
