1
0
Fork 0

Correzione shortversion per portable.

This commit is contained in:
Emiliano Vavassori 2022-03-21 01:37:03 +01:00
parent be24ebf75e
commit 5430000a32
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ class Build(object):
# At this point, let's decompress the deb packages
subprocess.run("find .. -iname '*.deb' -exec dpkg -x {} . \;", shell=True, cwd=self.appimagedir)
if self.portable:
shortversion = self.version.split('.')[0-2].join('.')
shortversion = str.join('.', self.version.split('.')[:3])
subprocess.run("find . -type f -iname 'bootstraprc' -exec sed -i 's|^UserInstallation=.*|UserInstallation=\$SYSUSERCONFIG/libreoffice/{version}|g' {} \+".format(version = shortversion), shell=True, cwd=self.appimagedir)
# Changing desktop file