diff --git a/loaih/__init__.py b/loaih/__init__.py index 5c08954..caa40e2 100644 --- a/loaih/__init__.py +++ b/loaih/__init__.py @@ -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 ]