mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 08:48:49 +01:00
🐛 Fix the pandoc packing with wrong platform https://github.com/siyuan-note/siyuan/issues/13110
This commit is contained in:
parent
ea3f5fa032
commit
98024ae2b8
2 changed files with 4 additions and 2 deletions
|
|
@ -58,5 +58,5 @@ extraResources:
|
|||
- from: "src/assets/fonts"
|
||||
to: "appearance/fonts"
|
||||
filter: "!**/{.DS_Store}"
|
||||
- from: "pandoc/pandoc-darwin-amd64.zip"
|
||||
- from: "pandoc/pandoc-darwin-arm64.zip"
|
||||
to: "pandoc.zip"
|
||||
|
|
|
|||
|
|
@ -63,4 +63,6 @@ extraResources:
|
|||
filter: "!**/{.DS_Store,custom.css}"
|
||||
- from: "src/assets/fonts"
|
||||
to: "appearance/fonts"
|
||||
filter: "!**/{.DS_Store}"
|
||||
filter: "!**/{.DS_Store}"
|
||||
- from: "pandoc/pandoc-linux-arm64.zip"
|
||||
to: "pandoc.zip"
|
||||
Loading…
Add table
Add a link
Reference in a new issue