diff --git a/README.md b/README.md index bcbacca..afdc438 100644 --- a/README.md +++ b/README.md @@ -96,11 +96,11 @@ Here are the details of each parameter used in the patching system: 4. **`copy`:**: Copies files or directories from the input path to the output path, overwriting if necessary. - Copies the contents of a file or directory from i: to o:. - **Example:** - ```patch - t:copy - i:/patcher/pre-compile-patches/branding - o:/browser/branding/official - ``` + ```patch + t:copy + i:/patcher/pre-compile-patches/branding + o:/browser/branding/official + ``` ### Example Patch Files diff --git a/pre-compile-patches/branding/background.png b/pre-compile-patches/branding/background.png index b066942..eda6351 100644 Binary files a/pre-compile-patches/branding/background.png and b/pre-compile-patches/branding/background.png differ diff --git a/pre-compile-patches/branding/content/about-wordmark.svg b/pre-compile-patches/branding/content/about-wordmark.svg index 8b58c7f..3ef7b7a 100644 --- a/pre-compile-patches/branding/content/about-wordmark.svg +++ b/pre-compile-patches/branding/content/about-wordmark.svg @@ -1,2 +1,5 @@ - \ No newline at end of file + + Spitfire + Browser + \ No newline at end of file diff --git a/pre-compile-patches/branding/content/firefox-wordmark.svg b/pre-compile-patches/branding/content/firefox-wordmark.svg index e5eb91c..1ba7e4d 100644 --- a/pre-compile-patches/branding/content/firefox-wordmark.svg +++ b/pre-compile-patches/branding/content/firefox-wordmark.svg @@ -1,2 +1,4 @@ - \ No newline at end of file + + Spitfire + \ No newline at end of file diff --git a/pre-compile-patches/branding/stubinstaller/bgstub.jpg b/pre-compile-patches/branding/stubinstaller/bgstub.jpg index 148be5f..49e7b89 100644 Binary files a/pre-compile-patches/branding/stubinstaller/bgstub.jpg and b/pre-compile-patches/branding/stubinstaller/bgstub.jpg differ