Forse sistemata versione appimage.
This commit is contained in:
parent
b5edfce8ab
commit
8ded57a154
@ -79,7 +79,8 @@ class Build(object):
|
|||||||
|
|
||||||
def __gen_appimagefilename__(self, version, arch):
|
def __gen_appimagefilename__(self, version, arch):
|
||||||
"""Generalize the construction of the name of the app."""
|
"""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):
|
def __calculate_full_path__(self):
|
||||||
|
Reference in New Issue
Block a user