diff --git a/CHANGELOG.md b/CHANGELOG.md index e31df9d..7eee695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## 0.4.0 - Second beta - The password inside the password entry is now cleared from memory after login. - Internal optimization to reduce draw calls when showing exercises directly on start. -- Improved imput checking in password changer to avoid changing password to an invalid password. +- Improved input checking in password changer to avoid changing password to an invalid password. - Fixed a lot of potential security issues reported by [gosec](https://github.com/securego/gosec). - Settings page is now separated in to groups for better clarity. - Make the settings scrollable on smaller screens. diff --git a/release.sh b/release.sh index 77bf045..da2f6e3 100755 --- a/release.sh +++ b/release.sh @@ -38,7 +38,7 @@ cd build/ # Lastly we want to compress all the binaries. tar -cJf sparta-linux-amd64.tar.gz sparta-linux-amd64 -zip sparta-darwin-amd64.zip Sparta.app +zip -r sparta-darwin-amd64.zip Sparta.app zip sparta-windows-amd64.zip sparta-windows-amd64.exe # Final cleanup in the build folder.