♻️ 升级 Pandoc Fix https://github.com/siyuan-note/siyuan/issues/7710
This commit is contained in:
parent
7a078d3689
commit
8e18198c74
4 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -397,7 +397,7 @@ func initPandoc() {
|
|||
}
|
||||
|
||||
pandocZip := filepath.Join(WorkingDir, "pandoc.zip")
|
||||
if "dev" == Mode {
|
||||
if "dev" == Mode || !gulu.File.IsExist(pandocZip) {
|
||||
if gulu.OS.IsWindows() {
|
||||
pandocZip = filepath.Join(WorkingDir, "pandoc/pandoc-windows-amd64.zip")
|
||||
} else if gulu.OS.IsDarwin() {
|
||||
|
|
Loading…
Add table
Reference in a new issue