We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d20924 commit 5fa8143Copy full SHA for 5fa8143
scripts/generate.go
@@ -13,7 +13,7 @@ import (
13
14
func main() {
15
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"))
+ download("https://github.com/igoogolx/lux-client/releases/download/v1.20.0/dist-ui.tar.gz", filepath.Join("api", "routes", "dist.tar.gz"))
17
}
18
19
func download(url string, outputPath string) {
0 commit comments