Skip to content

Latest commit

 

History

History
69 lines (43 loc) · 1.68 KB

README.md

File metadata and controls

69 lines (43 loc) · 1.68 KB

aventium softworks

沼ランチャー

(formerly Electron Launcher)

downloads

Platform File
Windows x64 NumaLauncher-setup-VERSION.exe
macOS with Intel CPU サポート対象外
macOS with AppleSilicon CPU サポート対象外
Linux x64 サポート対象外

Console

エラーが発生した場合、コンソールを開くことで内容を確認できる場合があります

ctrl + shift + i

console example

Development

Getting Started

System 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 install

Launch Application

> npm start

Build Installers

STEP1. jdk.zipをダウンロードしプロジェクトルートに展開

STEP2. プラットフォームごとにコマンドを下記実行

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

!! mac OS用のインストーラはIntel,AppleSiliconそれぞれのプロセッサごとに実機でbuildが必要