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

@ -152,7 +152,7 @@ jobs:
name: Build
command: |
cd ~\project\desktop
C:\Python-32bit\Scripts\poetry run python .\package\build-windows.py --ci-build
C:\Python-32bit\Scripts\poetry run python .\setup-freeze.py build
- run:
name: Compress
command: Compress-Archive -LiteralPath ~\project\desktop\build\exe.win32-3.9 -DestinationPath ~\onionshare-win32.zip

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",
]