added patches for replacing firefox logos

This commit is contained in:
partisan 2024-12-13 12:12:56 +01:00
parent 160cf2a9a6
commit 6a0f36bcf2
43 changed files with 277 additions and 3 deletions

2
run.sh
View file

@ -41,7 +41,7 @@ if [[ ! -d "$PATCHES_SOURCE" ]]; then
fi
# Run the Go application with the specified path and patches
go run main.go pref.go standard.go new.go --path "$ROOT_PATH" --patches "$PATCHES_SOURCE"
go run main.go pref.go standard.go new.go copy.go --path "$ROOT_PATH" --patches "$PATCHES_SOURCE"
# Exit with the status of the last command
exit $?