mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Support OpenBSD without patches
This commit is contained in:
parent
00e12b776b
commit
e806903d7e
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ QString MCEditTool::getProgramPath()
|
|||
#else
|
||||
const QString mceditPath = path();
|
||||
QDir mceditDir(mceditPath);
|
||||
#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD)
|
||||
#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) || defined(Q_OS_OPENBSD)
|
||||
if (mceditDir.exists("mcedit.sh"))
|
||||
{
|
||||
return mceditDir.absoluteFilePath("mcedit.sh");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue