Updated project.json

This commit is contained in:
Netkas 2023-01-29 21:52:42 -05:00
parent 2a35531e9a
commit 3db105ab25

View file

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