Skip to content

Commit 4acb05e

Browse files
committed
fix(desktop): package offline font reliably
1 parent 3fd0c12 commit 4acb05e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

apps/desktop/electron-builder.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ files:
1010
- dist/**
1111
- static/**
1212
- package.json
13-
- from: ../sim/public/brand/fonts/SeasonSansUprightsVF.woff2
14-
to: static/SeasonSansUprightsVF.woff2
13+
- from: ../sim/public/brand/fonts
14+
to: static
15+
filter:
16+
- SeasonSansUprightsVF.woff2
1517

1618
asar: true
1719

0 commit comments

Comments
 (0)