🐛 Fix name compatibility

This commit is contained in:
Tw93
2025-08-13 19:40:00 +08:00
parent 72652d814f
commit 09a122dd6b
5 changed files with 17 additions and 14 deletions

View File

@@ -79,9 +79,10 @@ npm run build:mac # macOS universal build
### CLI Tool (`bin/`)
- `bin/cli.ts` - Main entry point
- `bin/builders/` - Platform-specific builders
- `bin/options/` - Configuration processing
- `bin/cli.ts` - Main entry point with Commander.js
- `bin/builders/` - Platform-specific builders (Mac, Windows, Linux)
- `bin/options/` - CLI option processing and validation
- `bin/helpers/merge.ts` - Configuration merging (name setting at line 55)
### Tauri Application (`src-tauri/`)