8d93c13f9a
electron-builder produces 'OmniRoute 1.6.9.exe' (with version) as the portable exe, not 'OmniRoute.exe'. The hardcoded check failed, returning exit code 1 and breaking every Windows build in the release workflow. Now finds the portable exe by excluding 'Setup' (NSIS installer) and blockmap files, then copies it as OmniRoute.exe for the release assets.