Skip to content

Commit

Permalink
fix: add lark to windows target
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed May 23, 2024
1 parent 85d743c commit d781f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/lark.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// +build linux darwin
// +build linux darwin windows
// +build amd64 arm64

package drivers

import (
_ "github.com/alist-org/alist/v3/drivers/lark"
)
)

0 comments on commit d781f71

Please sign in to comment.