mirror of
https://gitea.shironeko-all.duckdns.org/shironeko/Hytale-F2P-2.git
synced 2026-02-26 10:41:46 -03:00
Remove outdated documentation files related to auto-updates, build instructions, and testing updates. Update dev-app-update.yml and package.json to reflect the correct GitHub owner. This cleanup streamlines the project and ensures accurate configuration for future updates.
This commit is contained in:
39
docs/BUILD.md
Normal file
39
docs/BUILD.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# Build Instructions
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Install dependencies:
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
|
||||
## Building
|
||||
|
||||
### Build for current platform:
|
||||
```bash
|
||||
npm run build
|
||||
```
|
||||
|
||||
### Build for specific platform:
|
||||
|
||||
**Windows:**
|
||||
```bash
|
||||
npm run build:win
|
||||
```
|
||||
|
||||
**Linux:**
|
||||
```bash
|
||||
npm run build:linux
|
||||
```
|
||||
|
||||
**macOS:**
|
||||
```bash
|
||||
npm run build:mac
|
||||
```
|
||||
|
||||
### Build for all platforms:
|
||||
```bash
|
||||
npm run build:all
|
||||
```
|
||||
|
||||
Built executables will be in the `dist/` directory
|
||||
Reference in New Issue
Block a user