0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2025-03-15 07:31:21 -05:00
This commit is contained in:
Bert van der Weerd 2022-01-08 23:19:16 +01:00
parent c4141bfc7f
commit 7da4d6cf11
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

View file

@ -1,6 +1,6 @@
## handle different upstreams, like developer,nightly, or distro specific upstream cases
upstream_filename=bootstrap.py
upstream_dirname=mozilla-nightly
upstream_dirname=mozilla-unified
$(upstream_filename) :
wget -q https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py
##
@ -10,5 +10,5 @@ clean_upstream_dir :
rm -rf $(upstream_dirname)
create_lw_from_upstream_dir :
python3 bootstrap.py --no-interactive --application-choice=browser
mv $(upstream_dirname) librewolf-$(version)
mv $(upstream_dirname) librewolf-$(version)