This commit is contained in:
Bert van der Weerd 2022-04-08 23:12:12 +02:00
parent 7d5fecb789
commit 1ee0f36df4
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1
2 changed files with 2 additions and 1 deletions

1
mk.py
View file

@ -89,6 +89,7 @@ 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))

View file

@ -1,6 +1,6 @@
import os,sys,subprocess,os.path 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 do_zip = False
# native()/bash()/exec() utility functions # native()/bash()/exec() utility functions