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

12 lines
227 B
Go

// Copyright (c) 2024 David Vogel
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
//go:build unix
package typst
// The path to the typst executable.
var ExecutablePath = "typst"