1
0
Fork 0

Ancora correzione sul richiamo funzione privata.

This commit is contained in:
Emiliano Vavassori 2022-04-08 01:02:39 +02:00
parent c5fac68a01
commit 648883d514
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class Build(object):
# Building the required names
for arch in Build.ARCHSTD:
self.appimagefilename[arch] = __gen_appimagefilename__(self.version, arch)
self.appimagefilename[arch] = self.__gen_appimagefilename__(self.version, arch)
self.zsyncfilename[arch] = self.appimagefilename[arch] + '.zsync'
# Mandate to the private function to calculate the full_path available