1
0
Fork 0

Forse sistemata versione appimage.

This commit is contained in:
Emiliano Vavassori 2022-04-08 01:59:23 +02:00
parent b5edfce8ab
commit 8ded57a154
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ class Build(object):
def __gen_appimagefilename__(self, version, arch):
"""Generalize the construction of the name of the app."""
return self.appname + "-" + version + self.languagepart + self.helppart + f'-{arch}.AppImage'
self.appversion = self.appname + f'-{version}' + self.languagepart + self.helppart
return self.appversion + f'-{arch}.AppImage'
def __calculate_full_path__(self):