bugfixes
This commit is contained in:
parent
7d5fecb789
commit
1ee0f36df4
2 changed files with 2 additions and 1 deletions
1
mk.py
1
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))
|
||||
|
|
|
|||
2
tools.py
2
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue