mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 12:34:37 -04:00
Always use 7zip instead of p7zip
This commit is contained in:
@ -143,7 +143,7 @@ void LibraryCreator::run()
|
||||
#if !defined use_unarr && !defined use_libarchive
|
||||
// check for 7z lib
|
||||
#if defined Q_OS_UNIX && !defined Q_OS_MACOS
|
||||
QLibrary *sevenzLib = new QLibrary(QString(LIBDIR) + "/p7zip/7z.so");
|
||||
QLibrary *sevenzLib = new QLibrary(QString(LIBDIR) + "/7zip/7z.so");
|
||||
#else
|
||||
QLibrary *sevenzLib = new QLibrary(QCoreApplication::applicationDirPath() + "/utils/7z");
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user