File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,13 +3,14 @@ set -euo pipefail
33
44ROOT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) /.." && pwd) "
55ASSET_DIR=" $ROOT_DIR /src/browser/assets/file-icons"
6+ FONT_PATH=" $ROOT_DIR /public/seti.woff"
67
78mkdir -p " $ASSET_DIR "
89
910curl -sSL " https://raw.githubusercontent.com/microsoft/vscode/main/extensions/theme-seti/icons/seti.woff" \
10- -o " $ASSET_DIR /seti.woff "
11+ -o " $FONT_PATH "
1112
1213curl -sSL " https://raw.githubusercontent.com/microsoft/vscode/main/extensions/theme-seti/icons/vs-seti-icon-theme.json" \
1314 -o " $ASSET_DIR /seti-icon-theme.json"
1415
15- echo " Updated Seti icon assets in $ASSET_DIR "
16+ echo " Updated Seti icon assets in $ASSET_DIR and font at $FONT_PATH "
Original file line number Diff line number Diff line change 1212
1313@font-face {
1414 font-family : "Seti" ;
15- src : url ("../assets/file-icons /seti.woff" ) format ("woff" );
15+ src : url ("/seti.woff" ) format ("woff" );
1616 font-weight : normal;
1717 font-style : normal;
1818 font-display : swap;
You can’t perform that action at this time.
0 commit comments