diff --git a/LaunchServer/source/command/hash/DownloadAssetCommand.java b/LaunchServer/source/command/hash/DownloadAssetCommand.java index 5242820..c911685 100644 --- a/LaunchServer/source/command/hash/DownloadAssetCommand.java +++ b/LaunchServer/source/command/hash/DownloadAssetCommand.java @@ -15,7 +15,7 @@ import launchserver.command.Command; public final class DownloadAssetCommand extends Command { - private static final String ASSET_URL_MASK = "http://launcher.sashok724.net/download/assets/%s.zip"; + private static final String ASSET_URL_MASK = "https://launcher.sashok724.net/download/assets/%s.zip"; public DownloadAssetCommand(LaunchServer server) { super(server); diff --git a/LaunchServer/source/command/hash/DownloadClientCommand.java b/LaunchServer/source/command/hash/DownloadClientCommand.java index 5f792c1..06944df 100644 --- a/LaunchServer/source/command/hash/DownloadClientCommand.java +++ b/LaunchServer/source/command/hash/DownloadClientCommand.java @@ -19,7 +19,7 @@ import launchserver.command.CommandException; public final class DownloadClientCommand extends Command { - private static final String CLIENT_URL_MASK = "http://launcher.sashok724.net/download/clients/%s.zip"; + private static final String CLIENT_URL_MASK = "https://launcher.sashok724.net/download/clients/%s.zip"; public DownloadClientCommand(LaunchServer server) { super(server); diff --git a/Launcher/runtime/config.js b/Launcher/runtime/config.js index 54d885a..72ed470 100644 --- a/Launcher/runtime/config.js +++ b/Launcher/runtime/config.js @@ -5,7 +5,7 @@ icons: [ "favicon.png" ], // Window icon paths // Auth config - newsURL: "http://launcher.sashok724.net/", // News WebView URL + newsURL: "https://launcher.sashok724.net/", // News WebView URL linkText: "Бесплатные окна", // Text for link under "Auth" button linkURL: new java.net.URL("http://bit.ly/1SP0Rl8"), // URL for link under "Auth" button