Bundles are now stored with version number so that new releases do not overwrite previous version bundles
This commit is contained in:
@@ -64,7 +64,7 @@ var search = {
|
||||
for (var tag of app.tags)
|
||||
html += '<li>'+ tag +'</li>\n';
|
||||
html += '</ul>\n</div>\n<h2 id="downloadButton"><a href="' +
|
||||
'./bundles/' + app.name + '.xo' +
|
||||
'./bundles/' + app.name + app.version+ '.xo' +
|
||||
'">Download</a></h2>\n';
|
||||
return html;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user