fix: store IPC file in application directory (#5226)

This commit is contained in:
nerix
2024-03-03 13:15:50 +01:00
committed by GitHub
parent 3c13e0c6d2
commit 449c5397b7
6 changed files with 66 additions and 0 deletions
+2
View File
@@ -13,6 +13,7 @@
#include "singletons/Settings.hpp"
#include "singletons/Updates.hpp"
#include "util/AttachToConsole.hpp"
#include "util/IpcQueue.hpp"
#include <QApplication>
#include <QCommandLineParser>
@@ -62,6 +63,7 @@ int main(int argc, char **argv)
box.exec();
return 1;
}
ipc::initPaths(paths.get());
const Args args(a, *paths);