diff options
| author | 2026-01-18 12:19:00 +0800 | |
|---|---|---|
| committer | 2026-01-18 12:19:00 +0800 | |
| commit | af7f8aec576b34d11bf136a75542822a74d7f335 (patch) | |
| tree | 3bfcbc1be137ad3d7ef97ec736b0a66818c4d2a9 /src-tauri/scripts/fix-appimage.sh | |
| parent | e7d683d79bec482a13c821f8c1da3c8c1d719d1b (diff) | |
| download | DropOut-af7f8aec576b34d11bf136a75542822a74d7f335.tar.gz DropOut-af7f8aec576b34d11bf136a75542822a74d7f335.zip | |
fix(rules): add architecture and version checks to library rule matching
Complete the rule_matches function to properly evaluate:
- OS name (already working: osx/macos, linux, windows)
- Architecture (arch field): match against env::consts::ARCH
- OS version (version field): accept all versions for now (conservative)
This ensures that architecture-specific libraries (e.g. natives-arm64)
are correctly filtered based on the current platform.
Diffstat (limited to 'src-tauri/scripts/fix-appimage.sh')
0 files changed, 0 insertions, 0 deletions