diff --git a/.idea/php.xml b/.idea/php.xml index a1673a5..9144d49 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -26,6 +26,9 @@ + + diff --git a/project.json b/project.json index 0110128..403b29a 100644 --- a/project.json +++ b/project.json @@ -105,7 +105,7 @@ { "name": "debug-executable", "build_type": "executable", - "output": "build/release/debug_executable_gz", + "output": "build/debug/debug_executable_gz", "options": { "ncc_configuration": "debug" } @@ -121,7 +121,7 @@ { "name": "debug-compressed-executable", "build_type": "executable", - "output": "build/release/debug_compressed_executable", + "output": "build/debug/debug_compressed_executable", "options": { "ncc_configuration": "debug-compressed" }