Skip to content

Commit 920a54f

Browse files
committed
Заменил ссылки на master ветку
1 parent c295593 commit 920a54f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

MainWindow.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ private void initFolders() {
5454
}
5555

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

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

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

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

0 commit comments

Comments
 (0)