mirror of https://github.com/AxioDL/metaforce.git
Ensure visigen path is absolute
This commit is contained in:
parent
8c9ad43a60
commit
88643f1474
|
@ -814,6 +814,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) &&
|
||||
|
|
Loading…
Reference in New Issue