mirror of
https://git.sanhost.net/sanasol/hytale-f2p
synced 2026-02-26 10:31:47 -03:00
Added detailed build instructions for different platforms including prerequisites, build commands, output locations, and notes on icon placement.
929 B
929 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
Output
Built executables will be in the dist/ directory:
- Windows:
Hytale F2P Launcher Setup.exe(NSIS installer) andHytale F2P Launcher.exe(portable) - Linux:
Hytale F2P Launcher.AppImageandHytale F2P Launcher.deb - macOS:
Hytale F2P Launcher.dmgandHytale F2P Launcher.zip
Notes
- Icons need to be placed in
build/directory:icon.icofor Windowsicon.pngfor Linuxicon.icnsfor macOS
- To build for macOS on non-Mac systems, you'll need to run it on a Mac or use a CI/CD service