mirror of
https://github.com/Dadido3/go-typst.git
synced 2025-04-16 22:43:15 +00:00
Rename typst_*.go into cli_*.go
This commit is contained in:
parent
755cee77ac
commit
406fa5dafa
10
cli_windows.go
Normal file
10
cli_windows.go
Normal file
@ -0,0 +1,10 @@
|
||||
//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"
|
@ -1,9 +0,0 @@
|
||||
//go:build windows
|
||||
|
||||
package typst
|
||||
|
||||
import "path/filepath"
|
||||
|
||||
// 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")
|
Loading…
Reference in New Issue
Block a user