mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
🐛 Font folder not packaged on macOS/Linux/Windows arm64 https://github.com/siyuan-note/siyuan/issues/14119
This commit is contained in:
parent
edec733179
commit
d272cb7602
5 changed files with 5 additions and 5 deletions
|
|
@ -67,6 +67,6 @@ extraResources:
|
||||||
- from: "appearance/themes/daylight"
|
- from: "appearance/themes/daylight"
|
||||||
to: "appearance/themes/daylight"
|
to: "appearance/themes/daylight"
|
||||||
filter: "!**/{.DS_Store,custom.css}"
|
filter: "!**/{.DS_Store,custom.css}"
|
||||||
- from: "src/assets/fonts"
|
- from: "appearance/fonts"
|
||||||
to: "appearance/fonts"
|
to: "appearance/fonts"
|
||||||
filter: "!**/{.DS_Store}"
|
filter: "!**/{.DS_Store}"
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ extraResources:
|
||||||
- from: "appearance/themes/daylight"
|
- from: "appearance/themes/daylight"
|
||||||
to: "appearance/themes/daylight"
|
to: "appearance/themes/daylight"
|
||||||
filter: "!**/{.DS_Store,custom.css}"
|
filter: "!**/{.DS_Store,custom.css}"
|
||||||
- from: "src/assets/fonts"
|
- from: "appearance/fonts"
|
||||||
to: "appearance/fonts"
|
to: "appearance/fonts"
|
||||||
filter: "!**/{.DS_Store}"
|
filter: "!**/{.DS_Store}"
|
||||||
- from: "pandoc/pandoc-darwin-arm64.zip"
|
- from: "pandoc/pandoc-darwin-arm64.zip"
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ extraResources:
|
||||||
- from: "appearance/themes/daylight"
|
- from: "appearance/themes/daylight"
|
||||||
to: "appearance/themes/daylight"
|
to: "appearance/themes/daylight"
|
||||||
filter: "!**/{.DS_Store,custom.css}"
|
filter: "!**/{.DS_Store,custom.css}"
|
||||||
- from: "src/assets/fonts"
|
- from: "appearance/fonts"
|
||||||
to: "appearance/fonts"
|
to: "appearance/fonts"
|
||||||
filter: "!**/{.DS_Store}"
|
filter: "!**/{.DS_Store}"
|
||||||
- from: "pandoc/pandoc-darwin-amd64.zip"
|
- from: "pandoc/pandoc-darwin-amd64.zip"
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@ extraResources:
|
||||||
- from: "appearance/themes/daylight"
|
- from: "appearance/themes/daylight"
|
||||||
to: "appearance/themes/daylight"
|
to: "appearance/themes/daylight"
|
||||||
filter: "!**/{.DS_Store,custom.css}"
|
filter: "!**/{.DS_Store,custom.css}"
|
||||||
- from: "src/assets/fonts"
|
- from: "appearance/fonts"
|
||||||
to: "appearance/fonts"
|
to: "appearance/fonts"
|
||||||
filter: "!**/{.DS_Store}"
|
filter: "!**/{.DS_Store}"
|
||||||
- from: "pandoc/pandoc-linux-arm64.zip"
|
- from: "pandoc/pandoc-linux-arm64.zip"
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ extraResources:
|
||||||
- from: "appearance/themes/daylight"
|
- from: "appearance/themes/daylight"
|
||||||
to: "appearance/themes/daylight"
|
to: "appearance/themes/daylight"
|
||||||
filter: "!**/{.DS_Store,custom.css}"
|
filter: "!**/{.DS_Store,custom.css}"
|
||||||
- from: "src/assets/fonts"
|
- from: "appearance/fonts"
|
||||||
to: "appearance/fonts"
|
to: "appearance/fonts"
|
||||||
filter: "!**/{.DS_Store}"
|
filter: "!**/{.DS_Store}"
|
||||||
- from: "pandoc/pandoc-linux-amd64.zip"
|
- from: "pandoc/pandoc-linux-amd64.zip"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue