forked from services/password-reset-web
add favicon
This commit is contained in:
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
9
src/favicon-create.sh
Executable file
9
src/favicon-create.sh
Executable file
@@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
# Create based on the PNG image.
|
||||||
|
set -o nounset # set -u : exit the script if you try to use an uninitialised variable
|
||||||
|
set -o errexit # set -e : exit the script if any statement returns a non-true return value
|
||||||
|
#set -o verbose # set -v : Prints shell input lines as they are read.
|
||||||
|
#set -o xtrace # set -x : Print command traces before executing command
|
||||||
|
|
||||||
|
convert -resize x16 -gravity center -flatten -colors 256 -background transparent \
|
||||||
|
"favicon.png" "favicon.ico"
|
||||||
BIN
src/favicon.png
Normal file
BIN
src/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Reference in New Issue
Block a user