diff --git a/mk.py b/mk.py index 1151525..597a3fd 100644 --- a/mk.py +++ b/mk.py @@ -89,6 +89,7 @@ def artifacts(): exec('cp -v assets/librewolf.ico work/librewolf') # Let's make the portable zip first. + do_zip = True if do_zip: os.chdir('work') exec('rm -rf librewolf-{}'.format(version)) diff --git a/tools.py b/tools.py index a868301..9b6c84a 100644 --- a/tools.py +++ b/tools.py @@ -1,6 +1,6 @@ import os,sys,subprocess,os.path -bash_loc = 'd:/mozilla-build/msys/bin/bash.exe' +bash_loc = 'c:/mozilla-build/msys/bin/bash.exe' do_zip = False # native()/bash()/exec() utility functions