mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
forgot the name of the tag
This commit is contained in:
parent
6d8be650c7
commit
4cf1eb084f
@ -123,7 +123,7 @@ namespace BuildTasks {
|
||||
}
|
||||
}
|
||||
|
||||
WriteIfChanged(versionHPath, versionHTemplate, commits, versionStr, taggedRelease ? "1" : "0", installerVersion, resourceVersion);
|
||||
WriteIfChanged(versionHPath, versionHTemplate, releaseVersion.Shorten(), commits, versionStr, taggedRelease ? "1" : "0", installerVersion, resourceVersion);
|
||||
WriteIfChanged(versionXmlPath, versionXmlTemplate, commits, versionStr);
|
||||
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user