Add the base of java downloading

Signed-off-by: timoreo <contact@timoreo.fr>
This commit is contained in:
timoreo
2022-06-30 18:07:08 +02:00
parent 7f441f5b87
commit f95856d062
3 changed files with 175 additions and 0 deletions

View 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);
}