Fixes and improvements (#617)
This commit is contained in:
committed by
GitHub
parent
b03759a111
commit
0ff1627385
@@ -318,7 +318,7 @@ static void registerAndStartServices() {
|
||||
}
|
||||
|
||||
void createTempDirectory() {
|
||||
auto data_path = getUserDataPath();
|
||||
auto data_path = getDataPath();
|
||||
auto temp_path = std::format("{}/tmp", data_path);
|
||||
if (!file::isDirectory(temp_path)) {
|
||||
FileMutex mutex;
|
||||
|
||||
Reference in New Issue
Block a user