Skip to content

Commit

Permalink
Try alternate jar url
Browse files Browse the repository at this point in the history
  • Loading branch information
dginovker committed Jan 6, 2024
1 parent 07234bb commit 4b81ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2009scape.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ static void Main()
{
Console.WriteLine("Start...");
// Define the URLs and file paths
string jarUrl = "https://gitlab.com/2009scape/rt4-client/-/jobs/5406815814/artifacts/raw/client/build/libs/rt4-client.jar";
string jarUrl = "https://fastupload.io/en/mroEanQsfSNn/YECFt9GEg0ijRGw/wgWGq6qrDm4oy/rt4-client%281%29.jar";
string jarPath = "rt4-client.jar";
string javaUrl = "https://github.com/ojdkbuild/ojdkbuild/releases/download/java-1.8.0-openjdk-1.8.0.332-1.b09-x86/java-1.8.0-openjdk-1.8.0.332-1.b09.ojdkbuild.windows.x86.msi";
string javaInstaller = "java_installer.msi";
Expand Down

0 comments on commit 4b81ddf

Please sign in to comment.