2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-04 13:15:52 +00:00

Merge branch 'master' of ssh://gitlab.axiodl.com:6431/AxioDL/hecl-gui

This commit is contained in:
Jack Andersen 2018-01-01 18:22:13 -10:00
commit aa15f8b77b

View File

@ -818,6 +818,7 @@ bool MainWindow::checkDownloadedBinary()
#endif
urdePath = QFileInfo(urdePath).absoluteFilePath();
heclPath = QFileInfo(heclPath).absoluteFilePath();
visigenPath = QFileInfo(visigenPath).absoluteFilePath();
QString urdeDlPackage, heclDlPackage, visigenDlPackage;
if (GetDLPackage(urdePath, urdeDlPackage) &&