Skip to content

Commit

Permalink
chore: upgrade the dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
igoogolx committed May 5, 2024
1 parent cdf6444 commit f806a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

func main() {
download("https://github.com/igoogolx/lux-rules/releases/download/v2.0.1/rules.tar.gz", filepath.Join("internal", "cfg", "distribution", "ruleEngine", "rules.tar.gz"))
download("https://github.com/igoogolx/lux-client/releases/download/v0.17.0/dist-ui.tar.gz", filepath.Join("api", "routes", "dist.tar.gz"))
download("https://github.com/igoogolx/lux-client/releases/download/v0.18.0/dist-ui.tar.gz", filepath.Join("api", "routes", "dist.tar.gz"))
}

func download(url string, outputPath string) {
Expand Down

0 comments on commit f806a71

Please sign in to comment.