Update BUILD.md

This commit is contained in:
AMIAY
2026-01-19 00:26:32 +01:00
parent f0b2342c71
commit 9fdd6f1f44

View File

@@ -36,19 +36,4 @@ npm run build:mac
npm run build:all
```
## Output
Built executables will be in the `dist/` directory:
- **Windows**: `Hytale F2P Launcher Setup.exe` (NSIS installer) and `Hytale F2P Launcher.exe` (portable)
- **Linux**: `Hytale F2P Launcher.AppImage` and `Hytale F2P Launcher.deb`
- **macOS**: `Hytale F2P Launcher.dmg` and `Hytale F2P Launcher.zip`
## Notes
- Icons need to be placed in `build/` directory:
- `icon.ico` for Windows
- `icon.png` for Linux
- `icon.icns` for macOS
- To build for macOS on non-Mac systems, you'll need to run it on a Mac or use a CI/CD service
Built executables will be in the `dist/` directory