Skip to content

Commit

Permalink
feat: upgrade web ui
Browse files Browse the repository at this point in the history
  • Loading branch information
igoogolx committed Oct 23, 2023
1 parent 94a6ed1 commit 2af7dad
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/v1.0.1/rules.tar.gz", filepath.Join("internal", "cfg", "distribution", "ruleEngine", "rules.tar.gz"))
download("https://github.com/igoogolx/lux-client/releases/download/v0.6.7/dist-ui.tar.gz", filepath.Join("api", "routes", "dist.tar.gz"))
download("https://github.com/igoogolx/lux-client/releases/download/v0.6.9/dist-ui.tar.gz", filepath.Join("api", "routes", "dist.tar.gz"))
}

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

0 comments on commit 2af7dad

Please sign in to comment.