ui: state required Java version
* revised texts in application preferences and documentation to state the currently required Java version * update deploy script on windows to use UPX with "--best" instead of "--brute"
This commit is contained in:
@@ -209,7 +209,9 @@ void QtProjectWizzardContentPreferences::populate(QGridLayout* layout, int& row)
|
||||
layout->addWidget(m_javaPath, row, QtProjectWizzardWindow::BACK_COL);
|
||||
|
||||
addHelpButton(
|
||||
"Location of the dynamic library for your jre virtual machine."
|
||||
"Location of your Java 8 runtime dynamic library (for information on how to set these take a look at "
|
||||
"<a href=\"https://coati.io/documentation/#FindingJavaRuntimeLibraryLocation\">"
|
||||
"Finding Java Runtime Library Location</a> or use the auto detection below)"
|
||||
, layout, row
|
||||
);
|
||||
row++;
|
||||
|
||||
Reference in New Issue
Block a user