Skip to content

Commit

Permalink
add static paths to enigma-dev for linux (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
HitCoder9768 authored Jul 8, 2023
1 parent 94a6686 commit 5a41a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#undef GetMessage

QList<QString> MainWindow::EnigmaSearchPaths = {QDir::currentPath(), "./enigma-dev", "../enigma-dev",
"../RadialGM/Submodules/enigma-dev"};
"../RadialGM/Submodules/enigma-dev", "/opt/enigma-dev/", "/usr/lib/enigma-dev"};
QFileInfo MainWindow::EnigmaRoot = MainWindow::getEnigmaRoot();
QList<buffers::SystemType> MainWindow::systemCache;
MainWindow *MainWindow::_instance = nullptr;
Expand Down

0 comments on commit 5a41a51

Please sign in to comment.