WORKING
This commit is contained in:
@@ -297,20 +297,20 @@ The addon uses a sophisticated build-time file exclusion system instead of runti
|
||||
#### Configuration Files:
|
||||
|
||||
- [`build/file_exclusions.json`](build/file_exclusions.json) - Defines which files are excluded from free builds
|
||||
- [`build/build_addon.py`](build/build_addon.py) - Enhanced build script with intelligent exclusion logic
|
||||
- [`scripts/build_addon.py`](scripts/build_addon.py) - Enhanced build script with intelligent exclusion logic
|
||||
- [`build/sync_version.py`](build/sync_version.py) - Version synchronization without feature flag injection
|
||||
|
||||
#### Build Commands:
|
||||
|
||||
```bash
|
||||
# Build free version
|
||||
python3 build/build_addon.py --type free --version 1.0.0
|
||||
python3 scripts/build_addon.py --type free --version 1.0.0
|
||||
|
||||
# Build full version
|
||||
python3 build/build_addon.py --type full --version 1.0.0
|
||||
python3 scripts/build_addon.py --type full --version 1.0.0
|
||||
|
||||
# Build both versions
|
||||
python3 build/build_addon.py --type all --version 1.0.0
|
||||
python3 scripts/build_addon.py --type all --version 1.0.0
|
||||
```
|
||||
|
||||
#### Exclusion Logic:
|
||||
|
||||
Reference in New Issue
Block a user