An open API service indexing awesome lists of open source software.

https://github.com/jaganathanb/dapps-api


https://github.com/jaganathanb/dapps-api

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# DApps API [![Go](https://github.com/jaganathanb/dapps-api/actions/workflows/go.yml/badge.svg)](https://github.com/jaganathanb/dapps-api/actions/workflows/go.yml)

#Create tag & push to remote

```
git tag # ex. git tag v1.4.1.0

git push origin v1.4.0.0 # pushing the tag to remote
```

#Build the API

```
cd src\cmd

go-winres make --product-version=git-tag --file-version=git-tag

cd ..
cd ..

#open bash terminal and run the below cmd

bash build.sh

```