mirror of
https://github.com/Manu098vm/Switch-Gift-Data-Manager.git
synced 2026-04-24 23:36:54 -05:00
Improved ending message
This commit is contained in:
parent
630d186b6a
commit
86170222b5
|
|
@ -110,7 +110,7 @@ namespace SwitchGiftDataManager.CommandLine
|
|||
Directory.CreateDirectory(wcpath);
|
||||
File.WriteAllBytes(Path.Combine(metadatapath, "files.meta"), metadata.ToArray());
|
||||
File.WriteAllBytes(Path.Combine(wcpath, bcat.GetDefaultBcatFileName()), wcdata.ToArray());
|
||||
Log("Done. Press any key to exit...");
|
||||
Log($"Saved in {path}{Environment.NewLine}BCAT forge was successful.{Environment.NewLine}Press any key to exit...");
|
||||
Console.ReadKey();
|
||||
}
|
||||
catch (Exception)
|
||||
|
|
@ -133,7 +133,7 @@ namespace SwitchGiftDataManager.CommandLine
|
|||
File.WriteAllBytes(Path.Combine(metadatapath, "files.meta"), metadata.ToArray());
|
||||
if (bcat.TrySaveAllWondercards(wcspath))
|
||||
{
|
||||
Log("Done. Press any key to exit...");
|
||||
Log($"Saved in {path}{Environment.NewLine}BCAT forge was successful.{Environment.NewLine}Press any key to exit...");
|
||||
Console.ReadKey();
|
||||
}
|
||||
else
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ namespace SwitchGiftDataManager.WinForm
|
|||
Directory.CreateDirectory(wcpath);
|
||||
File.WriteAllBytes(Path.Combine(metadatapath, "files.meta"), metadata.ToArray());
|
||||
File.WriteAllBytes(Path.Combine(wcpath, Package.GetDefaultBcatFileName()), wcdata.ToArray());
|
||||
MessageBox.Show("Done");
|
||||
MessageBox.Show($"Saved in {path}{Environment.NewLine}BCAT forge was successful.");
|
||||
this.Close();
|
||||
}
|
||||
catch (Exception)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user