appFolder -> execInstallFolder

This commit is contained in:
Daniel Imms 2021-02-05 07:47:19 -08:00
parent 6848fcd7b0
commit daf7dd408b

View file

@ -314,7 +314,7 @@ export class AbstractVariableResolverService implements IConfigurationResolverSe
}
return match;
case 'appFolder':
case 'execInstallFolder':
const ar = this._context.getAppRoot();
if (ar) {
return ar;