update to singbox1.8.4, fix vless http crash
This commit is contained in:
2
Makefile
2
Makefile
@@ -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."'
|
||||
|
||||
Reference in New Issue
Block a user