Tidying
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Bloom\BuildScripts;
|
||||
$buildPath = $argv[1] ?? null;
|
||||
if (empty($buildPath)) {
|
||||
print "Missing build path. Aborting\n";
|
||||
die;
|
||||
exit(1);
|
||||
}
|
||||
|
||||
require_once __DIR__ . "/TargetDescriptionFiles/Factory.php";
|
||||
|
||||
@@ -21,7 +21,7 @@ namespace Services
|
||||
* @return
|
||||
*/
|
||||
static std::string resourcesDirPath() {
|
||||
return PathService::applicationDirPath() + "/../resources/";
|
||||
return PathService::applicationDirPath() + "/../resources";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user