fix small error

This commit is contained in:
Malte Jürgens 2022-01-19 20:08:07 +01:00
parent 94a16cdadc
commit 5491034bd9
Signed by: maltejur
GPG key ID: D29FBD5F93C0CFC3
3 changed files with 3 additions and 1 deletions

1
common Submodule

@ -0,0 +1 @@
Subproject commit 1e529672fc81de6c15d584d41efa17880b28fea4

2
mk.py
View file

@ -136,7 +136,7 @@ def artifacts():
exec('cp -v ../assets/librewolf.ico .') exec('cp -v ../assets/librewolf.ico .')
exec('cp -v ../assets/banner.bmp .') exec('cp -v ../assets/banner.bmp .')
exec('makensis-3.01.exe -V1 tmp.nsi') exec('makensis-3.01.exe -V1 tmp.nsi')
exec('rm -f tmp.nsi librewolf.ico banner.bmp x86-ansi') exec('rm -rf tmp.nsi librewolf.ico banner.bmp x86-ansi')
exec("mv {} ..".format(setupname)) exec("mv {} ..".format(setupname))
os.chdir('..') os.chdir('..')

1
settings Submodule

@ -0,0 +1 @@
Subproject commit 9075142f3a1b52a949e7f2602b212dc24b6a8cf1