diff --git a/.gitignore b/.gitignore index 686b054..07e2b75 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ package # package file *.appx +*.msix # Output of the go coverage tool, specifically when used with LiteIDE *.out @@ -30,7 +31,6 @@ package .vs bin obj -*.appx *.csproj *.sln *.cs @@ -43,4 +43,6 @@ Makefile # certificate *.p12 -*.pfx \ No newline at end of file +*.pfx +*.crt +*.key \ No newline at end of file diff --git a/README.md b/README.md index cf8bfc1..9071f5d 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,15 @@ ## Demo ![toolbox_demo](assets/app_demo.gif) -## Get beta version! +## Install now! You can download execution file and use according to following platform -| Platform | Download | -|---------------|--------------------------------------------------------------------------------------------------------------------------| -| Windows (x64) | [Toolbox-Windows-x64.exe](https://github.com/milkcoke/toolbox-gui/releases/download/v1.0.1-beta/Toolbox-Windows-x64.exe) | -| macOS (x64) | Not yet supported | -| macOS (arm64) | [Toolbox-osx-arm64.dmg](https://github.com/milkcoke/toolbox-gui/releases/download/v1.0.1-beta/Toolbox-osx-arm64.dmg) | -| Linux | Not yet supported | +| Platform | Download | +|---------------|---------------------------------------------------------------------------------------------------------------------| +| Windows (x64) | [Toolbox-Windows-x64.exe](https://github.com/milkcoke/toolbox-gui/releases/download/v1.0.0/Toolbox-Windows-x64.exe) | +| macOS (x64) | Not yet supported | +| macOS (arm64) | [Toolbox-osx-arm64.dmg](https://github.com/milkcoke/toolbox-gui/releases/download/v1.0.0/Toolbox-osx-arm64.dmg) | +| Linux | Not yet supported | ## Quick start **Just download execution file, and start it!**.