1
0
Fork 0

Correzione chiamata funzione privata per generazione nome file appimage.

This commit is contained in:
Emiliano Vavassori 2022-04-08 01:01:21 +02:00
parent 413b84a1c3
commit c5fac68a01
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] = __genappimagefilename__(self.version, arch)
self.appimagefilename[arch] = __gen_appimagefilename__(self.version, arch)
self.zsyncfilename[arch] = self.appimagefilename[arch] + '.zsync'
# Mandate to the private function to calculate the full_path available