Skip to content

Commit

Permalink
Create user config './config' subdir
Browse files Browse the repository at this point in the history
Which might not always exist for newer LibreOffice / unopkg versions
  • Loading branch information
thorstenb committed Jul 31, 2023
1 parent cba69f5 commit 1b13b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oxt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<configuration>
<target>
<echo level="info">unopkg add:</echo>
<mkdir dir="${office.user.profile}" />
<mkdir dir="${office.user.profile}/user/config" />
<exec executable="${UNO_PATH}/unopkg" failifexecutionfails="false">
<arg line="add -f -env:UserInstallation=file://${office.user.profile} ${project.build.directory}/LOTS.oxt" />
</exec>
Expand Down

0 comments on commit 1b13b32

Please sign in to comment.