Skip to content

Commit

Permalink
feat: upgrade modules
Browse files Browse the repository at this point in the history
  • Loading branch information
igoogolx committed Dec 28, 2023
1 parent a84fe1c commit 6d8785f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ 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.10.1/dist-ui.tar.gz", filepath.Join("api", "routes", "dist.tar.gz"))
download("https://github.com/igoogolx/lux-rules/releases/download/v2.0.0/rules.tar.gz", filepath.Join("internal", "cfg", "distribution", "ruleEngine", "rules.tar.gz"))
download("https://github.com/igoogolx/lux-client/releases/download/v0.10.3/dist-ui.tar.gz", filepath.Join("api", "routes", "dist.tar.gz"))
}

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

0 comments on commit 6d8785f

Please sign in to comment.