fix(wasm): make whole vendored tailscale tree writable before patching (#567)

This commit is contained in:
eccgecko
2026-06-18 15:53:21 +01:00
committed by GitHub
parent 4179e3e604
commit c7822e3ec2
+1 -1
View File
@@ -26,7 +26,7 @@ in
# Patch Tailscale's derphttp to include DERPPort in WebSocket URLs.
# Without this, DERP servers on non-443 ports fail in WASM builds.
if [ -f patches/tailscale-derp-port.patch ]; then
chmod -R +w vendor/tailscale.com/derp/derphttp
chmod -R +w vendor/tailscale.com
patch -d vendor/tailscale.com -p1 < patches/tailscale-derp-port.patch
fi