go-typst/cli_windows.go

11 lines
293 B
Go

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