Skip to content

Commit a6b02c1

Browse files
committed
Change the default update site of the launcher
1 parent b17b379 commit a6b02c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/se/llbit/chunky/launcher/LauncherSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
public class LauncherSettings {
2626
private static final int DEFAULT_MEMORY_LIMIT = 1024;
2727
public static final String LAUNCHER_SETTINGS_FILE = "chunky-launcher.json";
28-
public static final String DEFAULT_UPDATE_SITE = "http://chunkyupdate.llbit.se/";
28+
public static final String DEFAULT_UPDATE_SITE = "http://chunkyupdate.lemaik.de/";
2929

3030
public String javaDir = "";
3131
public int memoryLimit = DEFAULT_MEMORY_LIMIT;

0 commit comments

Comments
 (0)