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 3, 2023
1 parent 85e494f commit 6eaf178
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-geo-data/releases/download/v0.0.6/geoData.tar.gz", filepath.Join("pkg", "geo", "geoData.tar.gz"))
download("https://github.com/igoogolx/lux-client/releases/download/v0.6.5/dist-ui.tar.gz", filepath.Join("api", "routes", "dist.tar.gz"))
download("https://github.com/igoogolx/lux-client/releases/download/v0.6.6/dist-ui.tar.gz", filepath.Join("api", "routes", "dist.tar.gz"))
}

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

0 comments on commit 6eaf178

Please sign in to comment.