diff --git a/client/cs_scheduler.cpp b/client/cs_scheduler.cpp index 484f675674..965e9c7ab0 100644 --- a/client/cs_scheduler.cpp +++ b/client/cs_scheduler.cpp @@ -1069,6 +1069,11 @@ int CLIENT_STATE::handle_scheduler_reply( // gstate.garbage_collect_always(); + // if the user provided app_config.xml for this project, + // apply it to any app versions we just got + // + project->app_configs.config_app_versions(project); + return 0; }