fix: Correct the path to Windows' native lib binary

This commit is contained in:
Artem Chepurnyi 2025-01-09 22:05:10 +02:00
parent 3b7b8b1935
commit 25da9811b8

View File

@ -73,7 +73,7 @@ enum class Os(
binTaskName = "linkReleaseSharedMacosArm64",
),
WIN_X64(
binPath = "mingwX64/releaseShared/libkeyguard.dll",
binPath = "mingwX64/releaseShared/keyguard.dll",
binTaskName = "linkReleaseSharedMingwX64",
),
}