diff --git a/build.gradle b/build.gradle index 72141363..7b374c9f 100644 --- a/build.gradle +++ b/build.gradle @@ -89,7 +89,7 @@ task updateWebsite(dependsOn: ["copyCss",'vespucciIcons'], type: JavaExec) { classpath = configurations.resoveableRuntimeOnly args('-input', tempDir.getPath() + "/" + legacy_vespucci_preset_file, '-output', 'index.html', - '-vespucci', 'https://github.com/simonpoole/' + project.name + '/releases/latest/download/vespucci_zip.zip', + '-vespucci', 'https://github.com/simonpoole/' + project.name + '/releases/latest/download/vespucci_v5.zip', '-josm', 'https://github.com/simonpoole/' + project.name + '/releases/latest/download/josm.zip') } updateWebsite.group = 'preset utils' diff --git a/index.html b/index.html index 8c9f024e..58c02019 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@