Builder/all.sh
2024-03-25 20:30:21 +01:00

13 lines
254 B
Bash

#Discard uncommited changes
hg revert --all --no-backup
#Clean build
./mach clobber
#Update Mozilla repo
hg pull -u
./mach update
#Update patches
git clone https://weforgecode.xyz/Spitfire/Branding.git
#Configure and Build
./mach configure
./mach build