mirror of
https://github.com/runelite/plugin-hub.git
synced 2026-03-06 15:59:01 -05:00
package: ensure we don't get a cached manifest for updating
This commit is contained in:
@@ -66,7 +66,9 @@ public class Uploader
|
||||
if (!diff.isIgnoreOldManifest())
|
||||
{
|
||||
try (Response res = uploadConfig.getClient().newCall(new Request.Builder()
|
||||
.url(manifestURL)
|
||||
.url(manifestURL.newBuilder()
|
||||
.addQueryParameter("c", System.nanoTime() + "")
|
||||
.build())
|
||||
.get()
|
||||
.build())
|
||||
.execute())
|
||||
|
||||
Reference in New Issue
Block a user