Fix typo in build_meta

This commit is contained in:
FriwiDev
2021-11-16 00:56:27 +01:00
parent 0caf20d7b7
commit 1c1c7742dd
2 changed files with 7 additions and 7 deletions

View File

@@ -87,7 +87,7 @@ mv LICENSE.txt ../LICENSE
echo " \"download_url_windows_amd64\": \"https://github.com/$5/releases/download/$release_tag/windows-amd64.tar.gz\", "
echo " \"download_url_windows_i386\": \"https://github.com/$5/releases/download/$release_tag/windows-i386.tar.gz\", "
echo " \"download_url_macosx_amd64\": \"https://github.com/$5/releases/download/$release_tag/macosx-amd64.tar.gz\", "
echo " \"download_url_macosx_ard64\": \"https://github.com/$5/releases/download/$release_tag/macosx-arm64.tar.gz\", "
echo " \"download_url_macosx_ard64\": \"https://github.com/$5/releases/download/$release_tag/macosx-arm64.tar.gz\""
echo "}"
) > ../build_meta.json