missing manual build instruction that images have to be patched as well

Dionysius 2022-12-28 05:15:02 +01:00
parent 74661608d6
commit 2e549f2ce3
1 changed files with 2 additions and 0 deletions

@ -82,6 +82,8 @@ git -c advice.detachedHead=false checkout web-v2022.6.0
git -c advice.detachedHead=false checkout bb5f9311a776b94a33bcf0a7bff44cd87a2fcc92 git -c advice.detachedHead=false checkout bb5f9311a776b94a33bcf0a7bff44cd87a2fcc92
``` ```
- Patch all the images from [resources](https://github.com/dani-garcia/bw_web_builds/tree/master/resources) according to the instructions in the [apply_patches script](https://github.com/dani-garcia/bw_web_builds/blob/master/scripts/apply_patches.sh)
- Download the patch file from [dani-garcia/bw_web_builds](https://github.com/dani-garcia/bw_web_builds/tree/master/patches) and copy it to the `web-vault` folder. - Download the patch file from [dani-garcia/bw_web_builds](https://github.com/dani-garcia/bw_web_builds/tree/master/patches) and copy it to the `web-vault` folder.
To choose the version to use, assuming the web vault is version `vXXXX.Y.Z`: To choose the version to use, assuming the web vault is version `vXXXX.Y.Z`:
- If there is a patch with version `vXXXX.Y.Z`, use that one - If there is a patch with version `vXXXX.Y.Z`, use that one