Skip to content

Commit cd93c4f

Browse files
committed
fix: copy favicon
1 parent 470fd45 commit cd93c4f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

buildall.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Remove-Item builddir -Force -Recurse
33
meson setup builddir
44
Copy-Item -Path .\index.html -Destination .\builddir\index.html -Force
5+
Copy-Item -Path .\cpp_favicon.ico -Destination .\builddir\cpp_favicon.ico -Force
56
Copy-Item -Path .\styles.css -Destination .\builddir\styles.css -Force
67
Copy-Item -Path .\vendor -Destination .\builddir\ -Recurse -Force
78
Copy-Item -Path .\videos -Destination .\builddir\ -Recurse -Force

config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"xml",
2828
"mp4",
2929
"webp",
30-
"woff2"
30+
"woff2",
31+
"ico"
3132
],
3233
"use_brotli": true,
3334
"log": {

0 commit comments

Comments
 (0)