889482aab3
GitOrigin-RevId: f2537a505d45c31fe5d9c27ea9829b6f4c4e6ac5
19 lines
646 B
Diff
19 lines
646 B
Diff
--- a/src/cpp/desktop/DesktopOptions.cpp
|
|
+++ b/src/cpp/desktop/DesktopOptions.cpp
|
|
@@ -499,15 +499,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
|
|
+ resourcesPath_ = supportingFilePath().completePath("resources");
|
|
}
|
|
|
|
return resourcesPath_;
|