mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 13:43:04 -05:00
fix for after final v105.0 release
This commit is contained in:
parent
eecd2d7c94
commit
8bc8a0d3ab
1 changed files with 5 additions and 5 deletions
10
Makefile
10
Makefile
|
@ -44,11 +44,11 @@ help :
|
||||||
|
|
||||||
check :
|
check :
|
||||||
python3 scripts/update-version.py
|
python3 scripts/update-version.py
|
||||||
cut -f1 version > version.tmp
|
# cut -f1 version > version.tmp
|
||||||
mv -vf version.tmp version
|
# mv -vf version.tmp version
|
||||||
@echo "Firefox version : " $$(cat version)
|
# @echo "Firefox version : " $$(cat version)
|
||||||
@echo "LibreWolf release : " $$(cat release)
|
# @echo "LibreWolf release : " $$(cat release)
|
||||||
@echo ""
|
# @echo ""
|
||||||
|
|
||||||
|
|
||||||
update :
|
update :
|
||||||
|
|
Loading…
Reference in a new issue