fix: add lark to windows target

pull/6500/head
Andy Hsu 2024-05-23 11:52:37 +08:00 committed by GitHub
parent 85d743c5d2
commit d781f7127a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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"
)
)