]>
Commit | Line | Data |
---|---|---|
a1c31465 IB |
1 | --- a/LibreOffice.js 2018-06-18 09:54:15.087161212 +0200 |
2 | +++ b/LibreOffice.js 2018-06-18 10:33:27.534055021 +0200 | |
3 | @@ -63,6 +63,7 @@ | |
4 | '--invisible', | |
5 | '--nologo', | |
6 | '--nolockcheck', | |
7 | + '-env:UserInstallation=file:///tmp/', | |
8 | '--convert-to', task.type, | |
9 | task.srcFile, | |
10 | '--outdir', tmpDir | |
11 |