update upload tool so it works.

This commit is contained in:
Chris Forbes
2010-05-05 23:07:43 +12:00
parent ef7114b1f6
commit dcad3939ce

View File

@@ -38,7 +38,7 @@ namespace OpenRAUploader
fileStream.Close();
var jsonUri = new UriBuilder(uri.Uri);
jsonUri.Path += "_version.json";
jsonUri.Path += "version.json";
string formatString = "{{\n" +
"\t\"version\":\"{0}\",\n" +