config update

Was using engineroot.txt as a search slug, that file no longer exists, switched to engine.json
This commit is contained in:
Jonny Galloway
2021-04-22 10:20:30 -05:00
committed by gallowj
parent 3c5c692148
commit 3fd7649a9f
4 changed files with 8 additions and 10 deletions
@@ -92,7 +92,7 @@ TAG_DIR_LY_BUILD = str('build')
TAG_QT_PLUGIN_PATH = str('QT_PLUGIN_PATH')
# filesystem markers, stub file names.
STUB_LY_DEV = str('engineroot.txt')
STUB_LY_DEV = str('engine.json')
STUB_LY_ROOT_PROJECT = str('ly_project_stub')
STUB_LY_ROOT_DCCSI = str('dccsi_stub')
STUB_LY_DCCSI_AZPY = str('dccsi_azpy_stub')