mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
♻️ 升级 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")
|
pandocZip := filepath.Join(WorkingDir, "pandoc.zip")
|
||||||
if "dev" == Mode {
|
if "dev" == Mode || !gulu.File.IsExist(pandocZip) {
|
||||||
if gulu.OS.IsWindows() {
|
if gulu.OS.IsWindows() {
|
||||||
pandocZip = filepath.Join(WorkingDir, "pandoc/pandoc-windows-amd64.zip")
|
pandocZip = filepath.Join(WorkingDir, "pandoc/pandoc-windows-amd64.zip")
|
||||||
} else if gulu.OS.IsDarwin() {
|
} else if gulu.OS.IsDarwin() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue