Skip to content

Commit

Permalink
[macos] fix templates path
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Oct 5, 2024
1 parent 081fa2e commit 00887ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macos/ONLYOFFICE/main.mm
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ int main(int argc, const char * argv[]) {

// setup Converter directory
appManager->m_oSettings.file_converter_path = [[resourcePath stringByAppendingPathComponent:@"converter"] stdwstring];
appManager->m_oSettings.system_templates_path = [[resourcePath stringByAppendingPathComponent:@"converter/templates"] stdwstring];

// setup editor fonts directory
std::vector<std::wstring> fontsDirectories;
Expand Down

0 comments on commit 00887ab

Please sign in to comment.