go-typst/cli_windows.go
2024-12-18 20:48:49 +01:00

16 lines
422 B
Go

// Copyright (c) 2024 David Vogel
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
//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"