mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-05 12:20:11 -05:00
bugfixes
This commit is contained in:
parent
5bb84e32c2
commit
01e0925d14
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -66,4 +66,5 @@ librewolf : librewolf-$(version).source$(ext)
|
||||||
tar xf librewolf-$(version).source$(ext)
|
tar xf librewolf-$(version).source$(ext)
|
||||||
rm -rf librewolf
|
rm -rf librewolf
|
||||||
mv librewolf-$(version) librewolf
|
mv librewolf-$(version) librewolf
|
||||||
(cd librewolf && ./mach build && ./mach package)
|
#TODO: (cd librewolf && ./mach build && ./mach package)
|
||||||
|
(cd librewolf && python3 lw-assets/build-librewolf.py $(version))
|
||||||
|
|
Loading…
Reference in a new issue