mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 17:09:25 +00:00
GH-1053 add launch step creation to legacy instances
This commit is contained in:
@@ -326,7 +326,7 @@ void LegacyUpdate::extractLwjgl()
|
||||
setStatus(tr("Installing new LWJGL - extracting ") + name + "...");
|
||||
QFile output(destFileName);
|
||||
output.open(QIODevice::WriteOnly);
|
||||
output.write(file.readAll()); // FIXME: wste of memory!?
|
||||
output.write(file.readAll());
|
||||
output.close();
|
||||
}
|
||||
file.close(); // do not forget to close!
|
||||
|
Reference in New Issue
Block a user