This commit is contained in:
Liang Ding 2023-03-19 17:56:08 +08:00
parent 7a078d3689
commit 8e18198c74
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -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() {