Add the base of java downloading
Signed-off-by: timoreo <contact@timoreo.fr>
This commit is contained in:
8
launcher/JavaDownloader.h
Normal file
8
launcher/JavaDownloader.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <QString>
|
||||
|
||||
namespace JavaDownloader {
|
||||
/*Downloads the java to the runtimes folder*/
|
||||
void downloadJava(bool isLegacy, const QString& OS);
|
||||
}
|
||||
Reference in New Issue
Block a user