Where does this file come from when using a distributed config using descriptors?
It gets created in the the config cache in the app data folder, but it doesn’t exist in the either the config repo or the tk-core repo.
I have a hook that tries to use the tank.bat file to launch maya from a different app.
that ends up with a command like C:\Users\me\AppData\Roaming\Shotgun\site\p288c356.basic.app\cfg\tank.bat maya_2023
If I run that in a cmd prompt I get this output. "Could not find interpreter C:\Program Files\Shotgun\Python\python.exe specified in configuration file!"
That python interpreter location doesn’t exist using app 1.8.0 at least. it should be C:\Program Files\Shotgun\Python3\python.exe
Is this just a bug with desktop, do I need to create a file somewhere to override that?
As far as I know we haven’t needed that file since we switched to git configs.