Update README.md

This commit is contained in:
Internet Addict 2025-05-11 07:06:33 +00:00
parent 52633a0b3e
commit 625df27127

View file

@ -74,8 +74,13 @@ Here are the details of each parameter used in the patching system:
-MOZ_APP_DISPLAYNAME=Firefox -MOZ_APP_DISPLAYNAME=Firefox
+MOZ_APP_DISPLAYNAME=Spitfire +MOZ_APP_DISPLAYNAME=Spitfire
``` ```
- **Multi-line example:** - **Multi-line example:**
```patch ```patch
t: standard
i: /toolkit/moz.configure
o: /toolkit/moz.configure
-project_flag( -project_flag(
- env="MOZ_APP_UA_NAME", - env="MOZ_APP_UA_NAME",
- default="", - default="",
@ -151,8 +156,6 @@ Here are the details of each parameter used in the patching system:
o:. o:.
string_to_find => string_to_replace_with string_to_find => string_to_replace_with
``` ```
### Example Patch Files ### Example Patch Files