added patches for replacing firefox logos
This commit is contained in:
parent
160cf2a9a6
commit
6a0f36bcf2
43 changed files with 277 additions and 3 deletions
2
run.sh
2
run.sh
|
@ -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 $?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue