update to singbox1.8.4, fix vless http crash

This commit is contained in:
Hiddify
2024-01-26 14:49:22 +01:00
parent d53e472c1e
commit ed3e801839
5 changed files with 24 additions and 19 deletions

View File

@@ -65,7 +65,7 @@ release: # Create a new tag for release.
git add Info.plist && \
git commit -m "release: version $${TAG}" && \
echo "creating git tag : v$${TAG}" && \
git tag v$${TAG} && \
git push && \
git tag v$${TAG} && \
git push -u origin HEAD --tags && \
echo "Github Actions will detect the new tag and release the new version."'