Run setup-freeze.py directly instead of using build-windows.py, and fix go path in build meek script

This commit is contained in:
Micah Lee 2022-03-30 16:09:31 -07:00
parent 21b4ec756b
commit faafcc12fd
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ def main():
subprocess.run(
[
"go",
go_path,
"install",
"git.torproject.org/pluggable-transports/meek.git/meek-client@v0.37.0",
]