mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-12-26 12:28:15 +03:00
Merge pull request #107 from stefan0xC/add-custom-favicon
also change the favicon.ico
This commit is contained in:
commit
87bd5d2d40
3 changed files with 2 additions and 0 deletions
BIN
resources/favicon.ico
Normal file
BIN
resources/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
|
@ -26,6 +26,7 @@ cp -vf ../resources/favicon-16x16.png ./apps/web/src/images/icons/favicon-16x16.
|
|||
cp -vf ../resources/favicon-32x32.png ./apps/web/src/images/icons/favicon-32x32.png
|
||||
cp -vf ../resources/mstile-150x150.png ./apps/web/src/images/icons/mstile-150x150.png
|
||||
cp -vf ../resources/safari-pinned-tab.svg ./apps/web/src/images/icons/safari-pinned-tab.svg
|
||||
cp -vf ../resources/favicon.ico ./apps/web/src/favicon.ico
|
||||
|
||||
echo "Using patch: ${PATCH_NAME}"
|
||||
git apply "../patches/${PATCH_NAME}" --reject
|
||||
|
|
|
@ -25,6 +25,7 @@ PATCH_FILENAME="${VAULT_VERSION}.patch"
|
|||
if [ "$(git status --porcelain | wc -l)" -ge 1 ]; then
|
||||
git --no-pager diff --no-color --minimal -- . \
|
||||
':!package-lock.json' \
|
||||
':!apps/web/src/favicon.ico' \
|
||||
':!apps/web/src/images/logo-dark@2x.png' \
|
||||
':!apps/web/src/images/logo-white@2x.png' \
|
||||
':!apps/web/src/images/icon-white.png' \
|
||||
|
|
Loading…
Reference in a new issue