1
0
Fork 0

Ancora correzioni sulla build.

This commit is contained in:
Emiliano Vavassori 2022-03-19 23:18:57 +01:00
parent ef7202a7c6
commit 6a08d3bcb2
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class Build(object):
os.makedirs(os.path.join(self.__builddir__, self.__appname__, self.__appname__ + '.AppDir', 'usr', 'bin'))
os.chdir(os.path.join(self.__builddir__, self.__appname__, self.__appname__ + '.AppDir', 'usr', 'bin'))
subprocess.run("find ../../opt -name soffice -path '*programm*' -exec ln -s {} %si \;" % binaryname, shell=True)
subprocess.run("find ../../opt -name soffice -path '*programm*' -exec ln -s {} %s \;" % binaryname, shell=True)
os.chdir(os.path.join(self.__builddir__, self.__appname__, self.__appname__ + '.AppDir'))
# Download AppRun from github