mirror of
https://github.com/YACReader/yacreader
synced 2025-07-24 16:05:01 -04:00
Use lowercase packagename when installing on linux/unix for easier packaging
This commit is contained in:
@ -27,7 +27,7 @@ QString Static::getConfigDir() {
|
||||
}
|
||||
// Search config file
|
||||
#if defined Q_OS_UNIX && !defined Q_OS_MAC
|
||||
QString binDir=(QString(DATADIR) + "/YACReader");
|
||||
QString binDir=(QString(DATADIR)+"/yacreader");
|
||||
#else
|
||||
QString binDir=QCoreApplication::applicationDirPath();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user