File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ protected function getEnvironmentSetUp($app): void
3333 $ app ['config ' ]->set ('doxswap.input_disk ' , 'local ' );
3434 $ app ['config ' ]->set ('doxswap.output_disk ' , 'local ' );
3535 $ app ['config ' ]->set ('doxswap.cleanup_strategy ' , 'none ' );
36- $ app ['config ' ]->set ('doxswap.drivers.libreoffice_path ' , env ('LIBREOFFICE_PATH ' , '/Applications/LibreOffice.app/Contents/MacOS/soffice ' ));
37- // $app['config']->set('doxswap.drivers.libreoffice_path', env('LIBREOFFICE_PATH', '/usr/bin/soffice'));
36+ // $app['config']->set('doxswap.drivers.libreoffice_path', env('LIBREOFFICE_PATH', '/Applications/LibreOffice.app/Contents/MacOS/soffice'));
37+ $ app ['config ' ]->set ('doxswap.drivers.libreoffice_path ' , env ('LIBREOFFICE_PATH ' , '/usr/bin/soffice ' ));
3838 $ app ['config ' ]->set ('doxswap.drivers.pandoc_path ' , env ('PANDOC_PATH ' , '/usr/bin/pandoc ' ));
3939 }
4040}
You can’t perform that action at this time.
0 commit comments