fix small error
This commit is contained in:
parent
94a16cdadc
commit
5491034bd9
3 changed files with 3 additions and 1 deletions
1
common
Submodule
1
common
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 1e529672fc81de6c15d584d41efa17880b28fea4
|
||||||
2
mk.py
2
mk.py
|
|
@ -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
1
settings
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 9075142f3a1b52a949e7f2602b212dc24b6a8cf1
|
||||||
Loading…
Add table
Reference in a new issue