1
0
Fork 0

Correzione al codice per generalize.

This commit is contained in:
Emiliano Vavassori 2022-04-08 23:14:47 +02:00
parent dbad601df9
commit b21c06038d
1 changed files with 2 additions and 0 deletions

View File

@ -318,6 +318,8 @@ class Build(object):
# If called with a pointed version, no generalize and link necessary.
if not self.branch_version:
return
appimagefilename = {}
zsyncfilename = {}
# Creating versions for short version and query text
versions = [ self.short_version, self.branch_version ]