Skip to content

Commit

Permalink
Add build badge
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghv committed Jun 7, 2023
1 parent 66fda74 commit 79ea556
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build & publish a release
name: Build

on:
# manual triggering (with [name] input)
Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# QuickQuery

Simple SQL database query tool, built using [Wails](https://wails.io/) (Go & Vue.js)
[![Build](https://github.com/mmghv/QuickQuery/actions/workflows/build.yml/badge.svg)](https://github.com/mmghv/QuickQuery/actions/workflows/build.yml)

Currently only supports `MSSQL`, other databases will be supported later.
A simple SQL database query tool, built using [Wails](https://wails.io/) (Go & Vue.js)

Currently only supports `MSSQL`, other SQL databases will be supported later.

![QuickQuery screenshot](./.github/screenshot.png)

## Download

Download the latest version from the [releases page](https://github.com/mmghv/QuickQuery/releases), it's a standalone executable that doesn't need installation.

Currently only built for windows, will be built for other systems in the future, or you can build it yourself from source.
Currently only built for `Windows`, if there're requests for `Linux` or `MacOS` I may setup a workflow to build for it. Alternatively, you can use the instructions provided in the following section to build it yourself from the source code on your system.

## Build locally

1- Follow [these instructions](https://wails.io/docs/gettingstarted/installation) to install Wails and its dependencies (Go & NPM + Node)
1- Follow [these instructions](https://wails.io/docs/gettingstarted/installation) to install `Wails` and its dependencies (Go & NPM + Node)

2- Clone this repo :

Expand All @@ -40,7 +42,7 @@ You can find all build options [here](https://wails.io/docs/reference/cli#build)

## Credits

App icon by [Mohamed Elsayed](https://www.behance.net/mohamedzzz)
App icon by [Mohamed Elsayed](https://www.behance.net/mohamedzzz).

## License

Expand Down

0 comments on commit 79ea556

Please sign in to comment.