Windows CI: source MinGW runtime DLLs from Flutter's bundled mingit #34

Merged
such-gitea merged 1 commits from github-such-software/hash-wallet:dev into dev 2026-05-20 19:20:46 -04:00

View File

@@ -182,9 +182,10 @@ jobs:
# MinGW-w64 distribution, which ships the same x86_64-w64-mingw32
# ABI used to build the wallet libs.
RUNTIME_PATHS=(
"/c/flutter/bin/mingit/mingw64/bin" # Flutter's bundled mingit — guaranteed present since Flutter is
"$SRC" # monero_c bundle
"/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin" # choco install -y mingw
"/c/Program Files/Git/mingw64/bin" # Git for Windows
"/c/Program Files/Git/mingw64/bin" # Git for Windows (may be overwritten by other tools)
"/mingw64/bin" # MSYS2 fallback
)
for runtime in libssp-0.dll libwinpthread-1.dll; do