turn off CA verification as it fails on Windows

This commit is contained in:
Axel Kohlmeyer
2024-08-11 12:17:06 -04:00
parent 9163c40b7d
commit cccb43bb9b

View File

@ -1842,9 +1842,9 @@ bool LammpsGui::eventFilter(QObject *watched, QEvent *event)
return QWidget::eventFilter(watched, event); return QWidget::eventFilter(watched, event);
} }
// current location of the input and solution files on the web // LAMMPS geturl command with current location of the input and solution files on the web
static const QString geturl = "geturl https://raw.githubusercontent.com/" static const QString geturl = "geturl https://raw.githubusercontent.com/akohlmey/"
"akohlmey/lammps-tutorials-inputs/main/tutorial%1/%2 output %2"; "lammps-tutorials-inputs/main/tutorial%1/%2 output %2 verify no";
void LammpsGui::setup_tutorial(int tutno, const QString &dir, bool purgedir, bool getsolution) void LammpsGui::setup_tutorial(int tutno, const QString &dir, bool purgedir, bool getsolution)
{ {