mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-29 17:08:05 -04:00
Run setup-freeze.py directly instead of using build-windows.py, and fix go path in build meek script
This commit is contained in:
parent
e77cd6939e
commit
aff969ee09
@ -152,7 +152,7 @@ jobs:
|
|||||||
name: Build
|
name: Build
|
||||||
command: |
|
command: |
|
||||||
cd ~\project\desktop
|
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:
|
- run:
|
||||||
name: Compress
|
name: Compress
|
||||||
command: Compress-Archive -LiteralPath ~\project\desktop\build\exe.win32-3.9 -DestinationPath ~\onionshare-win32.zip
|
command: Compress-Archive -LiteralPath ~\project\desktop\build\exe.win32-3.9 -DestinationPath ~\onionshare-win32.zip
|
||||||
|
@ -50,7 +50,7 @@ def main():
|
|||||||
|
|
||||||
subprocess.run(
|
subprocess.run(
|
||||||
[
|
[
|
||||||
"go",
|
go_path,
|
||||||
"install",
|
"install",
|
||||||
"git.torproject.org/pluggable-transports/meek.git/meek-client@v0.37.0",
|
"git.torproject.org/pluggable-transports/meek.git/meek-client@v0.37.0",
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user