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:
chasem-dev
2026-01-22 13:05:34 -05:00
parent a1c74e4175
commit b54eb4e834
6 changed files with 2 additions and 2 deletions

39
docs/BUILD.md Normal file
View 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