Skip to content

Commit

Permalink
Заменил ссылки на master ветку
Browse files Browse the repository at this point in the history
  • Loading branch information
PROPHESSOR committed Oct 12, 2021
1 parent c295593 commit 920a54f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ private void initFolders() {
}

private void fetchConfig() {
//string url = "https://raw.githubusercontent.com/DRRP-Team/DRRP-Launcher/master/launcher_data.json";
string url = "https://raw.githubusercontent.com/DRRP-Team/DRRP-Launcher/feat/simplify/launcher_data.json";
string url = "https://raw.githubusercontent.com/DRRP-Team/DRRP-Launcher/master/launcher_data.json";
var data = Internet.GetJsonObject(url);

if ((int)data["version"] != 1) {
Expand Down Expand Up @@ -254,8 +253,7 @@ private void run_InstallConfig()
status("Downloading config.ini...");
//status("Скачивание doom2.wad...");

string url = "https://raw.githubusercontent.com/DRRP-Team/DRRP-Launcher/feat/simplify/config.ini";
//string url = "https://github.com/Akbar30Bill/DOOM_wads/raw/master/doom2.wad";
string url = "https://raw.githubusercontent.com/DRRP-Team/DRRP-Launcher/master/config_default.ini";

using (var client = new WebClient()) {
client.DownloadFile(url, gameconfig.FullName);
Expand Down

0 comments on commit 920a54f

Please sign in to comment.