mirror of
https://gitea.shironeko-all.duckdns.org/shironeko/Hytale-F2P-2.git
synced 2026-02-26 02:31:46 -03:00
434 B
434 B
Build Instructions
Prerequisites
Install dependencies:
npm install
Building
Build for current platform:
npm run build
Build for specific platform:
Windows:
npm run build:win
Linux:
npm run build:linux
macOS:
npm run build:mac
Build for all platforms:
npm run build:all
Built executables will be in the dist/ directory