Fix downloading libraries for Forge 1.7.2 (#4808)

* wip: fix Forge 1.7.2 downloads

* Bump recursion limit
This commit is contained in:
aecsocket
2025-11-21 22:45:34 +00:00
committed by GitHub
parent 130c2863ab
commit bcf14a4c51
2 changed files with 29 additions and 9 deletions

View File

@@ -2,6 +2,7 @@
all(not(debug_assertions), target_os = "windows"),
windows_subsystem = "windows"
)]
#![recursion_limit = "256"]
use native_dialog::{DialogBuilder, MessageLevel};
use std::env;