1 --- a/src/cpp/desktop/DesktopOptions.cpp
2 +++ b/src/cpp/desktop/DesktopOptions.cpp
5 if (resourcesPath_.isEmpty())
7 -#ifdef RSTUDIO_PACKAGE_BUILD
8 // release configuration: the 'resources' folder is
9 // part of the supporting files folder
10 - resourcesPath_ = supportingFilePath().completePath("resources");
12 - // developer configuration: the 'resources' folder is
13 - // a sibling of the RStudio executable
14 - resourcesPath_ = scriptsPath().completePath("resources");
16 + resourcesPath_ = supportingFilePath().completePath("resources");
19 return resourcesPath_;