1
0
Fork 1
snowleopard/build.sh

17 lines
216 B
Bash
Raw Normal View History

2023-10-26 20:26:46 +02:00
#!/bin/bash
set -e
# Clean repo
cd ./mozilla-unified
git reset --hard
git clean -fd
# Prepare assets
cp ../assets/mozconfig mozconfig
# Prepare patches
git apply ../patches/*.patch
# Build the thing
./mach build