blob: dbfdf1a1424260c630720e3bda7635e767af4f76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/LibreOffice.js 2018-06-18 09:54:15.087161212 +0200
+++ b/LibreOffice.js 2018-06-18 10:33:27.534055021 +0200
@@ -63,6 +63,7 @@
'--invisible',
'--nologo',
'--nolockcheck',
+ '-env:UserInstallation=file:///tmp/',
'--convert-to', task.type,
task.srcFile,
'--outdir', tmpDir
|