Skip to content

Commit 5fa8143

Browse files
committed
feat: upgrade dashboard
1 parent 4d20924 commit 5fa8143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
func main() {
1515
download("https://github.com/igoogolx/lux-rules/releases/download/v2.4.1/rules.tar.gz", filepath.Join("internal", "cfg", "distribution", "rule_engine", "rules.tar.gz"))
16-
download("https://github.com/igoogolx/lux-client/releases/download/v1.20.0-beat.4/dist-ui.tar.gz", filepath.Join("api", "routes", "dist.tar.gz"))
16+
download("https://github.com/igoogolx/lux-client/releases/download/v1.20.0/dist-ui.tar.gz", filepath.Join("api", "routes", "dist.tar.gz"))
1717
}
1818

1919
func download(url string, outputPath string) {

0 commit comments

Comments
 (0)