Skip to content

Commit d781f71

Browse files
authored
fix: add lark to windows target
1 parent 85d743c commit d781f71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/lark.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// +build linux darwin
1+
// +build linux darwin windows
22
// +build amd64 arm64
33

44
package drivers
55

66
import (
77
_ "github.com/alist-org/alist/v3/drivers/lark"
8-
)
8+
)

0 commit comments

Comments
 (0)