mirror of
https://github.com/Dadido3/go-typst.git
synced 2025-04-15 22:13:16 +00:00
11 lines
293 B
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"
|