go-typst/typst_windows.go
2024-12-01 15:03:28 +01:00

9 lines
207 B
Go

//go:build windows
package typst
import "path/filepath"
// We assume the executable is in the current working directory.
var ExecutablePath = "." + string(filepath.Separator) + filepath.Join("typst.exe")