Updated project.json

This commit is contained in:
Netkas 2023-01-28 01:23:14 -05:00
parent 743e445e6a
commit 4867f92686

View file

@ -36,10 +36,7 @@
"configurations": [
{
"name": "release",
"output_path": "build/release",
"define_constants": {
"DEBUG": "0"
}
"output_path": "build/release"
}
]
}