mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 12:22:14 +03:00
- Add 'Sync version in electron/package.json' step before build so electron-builder names binaries with the correct release version (was generating OmniRoute-2.0.13.dmg for v2.0.16 release). - Remove duplicate *-arm64.dmg pattern from release files (*.dmg already matches arm64 dmg files), which was causing 404 on overwrite-asset API call. - Add fail_on_unmatched_files: false so missing .blockmap files don't fail the release step.