mtn: Fix bin path for v3.5.0 (#5542)

* mtn: Fix bin path for v3.5.0

* Actually fix `bin` path
This commit is contained in:
redactedscribe 2024-03-11 03:29:38 +02:00 committed by GitHub
parent 9c34eed623
commit 1b3df3bd01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
"extract_dir": "mtn-win64"
}
},
"bin": "bin\\mtn.exe",
"bin": "mtn.exe",
"checkver": {
"url": "https://bitbucket.org/wahibre/mtn/downloads/?tab=downloads",
"regex": "(?<filename>mtn-(?<version>(?:\\d+\\.)+\\d+)-win64\\.zip)"