1
0
Fork 0

Ancora sostituzione stringhe.

This commit is contained in:
Emiliano Vavassori 2022-04-08 01:36:47 +02:00
parent 94be1e6ac9
commit b97939ede6
1 changed files with 1 additions and 1 deletions

View File

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