do_zip variable has disappeared, fixing that
This commit is contained in:
parent
38061dd0bf
commit
709882a499
1 changed files with 3 additions and 1 deletions
4
mk.py
4
mk.py
|
|
@ -10,6 +10,9 @@ from assets.tools import exec, patch
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
do_zip = False
|
||||||
|
|
||||||
|
|
||||||
def deps_win32():
|
def deps_win32():
|
||||||
exec('rustup target add i686-pc-windows-msvc')
|
exec('rustup target add i686-pc-windows-msvc')
|
||||||
|
|
||||||
|
|
@ -151,7 +154,6 @@ def artifacts():
|
||||||
exec('cp -v assets/librewolf.ico work/librewolf')
|
exec('cp -v assets/librewolf.ico work/librewolf')
|
||||||
|
|
||||||
# Let's make the portable zip first.
|
# Let's make the portable zip first.
|
||||||
do_zip = True
|
|
||||||
if do_zip:
|
if do_zip:
|
||||||
os.chdir('work')
|
os.chdir('work')
|
||||||
exec('rm -rf librewolf-{}'.format(version))
|
exec('rm -rf librewolf-{}'.format(version))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue