--- rstudio-2022.07.2-576-orig/src/cpp/desktop/DesktopOptions.cpp 2022-08-31 23:09:53.000000000 +1000 +++ rstudio-2022.07.2-576/src/cpp/desktop/DesktopOptions.cpp 2022-10-10 12:49:27.868150708 +1100 @@ -652,15 +652,9 @@ { if (resourcesPath_.isEmpty()) { -#ifdef RSTUDIO_PACKAGE_BUILD // release configuration: the 'resources' folder is // part of the supporting files folder resourcesPath_ = supportingFilePath().completePath("resources"); -#else - // developer configuration: the 'resources' folder is - // a sibling of the RStudio executable - resourcesPath_ = scriptsPath().completePath("resources"); -#endif } return resourcesPath_;