chore_: move uniswap token downloading to makefile target

This commit is contained in:
Igor Sirotin 2024-09-24 20:58:37 +01:00
parent 2a99d0e744
commit b3954781e4
No known key found for this signature in database
GPG Key ID: 425E227CAAB81F95
2 changed files with 3 additions and 3 deletions

View File

@ -318,6 +318,9 @@ generate:
#go generate ./static ./static/mailserver_db_migrations ./t ./multiaccounts/... ./appdatabase/... ./protocol/... ./walletdatabase/... ./_assets/generate_handlers/...
#go generate ./appdatabase/...
download-uniswap-tokens:
go run ./services/wallet/token/downloader/main.go
prepare-release: clean-release
mkdir -p $(RELEASE_DIR)
mv build/bin/statusgo.aar $(RELEASE_DIR)/status-go-android.aar

View File

@ -1,3 +0,0 @@
package token
//go:generate go run ./downloader/main.go