Ancora microfix a versione.
This commit is contained in:
parent
8ded57a154
commit
be02b5076c
@ -79,8 +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."""
|
||||||
self.appversion = self.appname + f'-{version}' + self.languagepart + self.helppart
|
self.appversion = version + self.languagepart + self.helppart
|
||||||
return self.appversion + f'-{arch}.AppImage'
|
return self.appname + f'-{self.appversion}-{arch}.AppImage'
|
||||||
|
|
||||||
|
|
||||||
def __calculate_full_path__(self):
|
def __calculate_full_path__(self):
|
||||||
|
Reference in New Issue
Block a user