Skip to content
Snippets Groups Projects
Commit ea757e6c authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix another way

parent b1cb6113
No related branches found
No related tags found
No related merge requests found
......@@ -622,7 +622,7 @@ def package_finish(self):
# Download previous build for delta generation
temp_installdir = os.path.join(self.args['build'], 'Installer')
os.mkdir(temp_installdir) # Create the directory as Squirrel is fragile at this time
self.cmakedirs(temp_installdir)
if 'gendelta' in self.args and 'updateurl' in self.args:
if (self.address_size == 64):
updater_arch = 'x64'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment