mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-01 07:40:18 -04:00
Index: use version with tag for creating download link
This commit is contained in:
parent
4d267d3794
commit
06bd2e202d
1 changed files with 1 additions and 1 deletions
|
@ -682,7 +682,7 @@ ServerRequest<ServerModVersion> server::getModVersion(std::string const& id, Mod
|
|||
req.param("major", std::to_string(ver.major));
|
||||
},
|
||||
[&](ModVersionSpecific const& ver) {
|
||||
versionURL = ver.toNonVString(false);
|
||||
versionURL = ver.toNonVString();
|
||||
},
|
||||
}, version);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue