mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-06-15 16:00:36 +00:00
Fix broken auto-updates (#725)
This commit is contained in:
parent
661939e4fe
commit
0a787b8a0b
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ pub fn main() {
|
|||
if !is_emulator() {
|
||||
info!("Performing version check...");
|
||||
let _updater = std::thread::Builder::new()
|
||||
.stack_size(0x20000)
|
||||
.stack_size(0x80000)
|
||||
.spawn(move || {
|
||||
release::perform_version_check();
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue