You've already forked AstralRinth
forked from xxxOFFxxx/AstralRinth
fixes (#449)
* fixes * prettier * more bugs * changes * more fixes * prettier, fmt, clippy * fix regressed error * println, console.log * fix imports --------- Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com> Co-authored-by: Jai A <jaiagr+gpg@pm.me>
This commit is contained in:
@@ -100,7 +100,13 @@ pub async fn import_gdlauncher(
|
||||
.await?;
|
||||
|
||||
// Copy in contained folders as overrides
|
||||
copy_dotminecraft(profile_path.clone(), gdlauncher_instance_folder).await?;
|
||||
let state = State::get().await?;
|
||||
copy_dotminecraft(
|
||||
profile_path.clone(),
|
||||
gdlauncher_instance_folder,
|
||||
&state.io_semaphore,
|
||||
)
|
||||
.await?;
|
||||
|
||||
if let Some(profile_val) =
|
||||
crate::api::profile::get(&profile_path, None).await?
|
||||
|
||||
Reference in New Issue
Block a user