This commit is contained in:
Nav
2023-08-20 15:36:50 +01:00
parent e6cafdb3cf
commit 38a9ce8728
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ namespace Services
* @return
*/
static std::string resourcesDirPath() {
return PathService::applicationDirPath() + "/../resources/";
return PathService::applicationDirPath() + "/../resources";
}
/**