🐛 Fix the pandoc packing with wrong platform https://github.com/siyuan-note/siyuan/issues/13110

This commit is contained in:
Daniel 2024-11-11 12:18:34 +08:00
parent ea3f5fa032
commit 98024ae2b8
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 4 additions and 2 deletions

View file

@ -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"

View file

@ -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"