Add the base of java downloading
Signed-off-by: timoreo <contact@timoreo.fr>
This commit is contained in:
parent
7f441f5b87
commit
f95856d062
3 changed files with 175 additions and 0 deletions
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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue