mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-14 09:05:57 -04:00
In 32-bit build, use 32-bit python
This commit is contained in:
parent
51205309d1
commit
c8a4330b63
2 changed files with 6 additions and 6 deletions
|
@ -185,7 +185,7 @@ def main():
|
|||
print("> Building binaries")
|
||||
run(
|
||||
[
|
||||
shutil.which("python"),
|
||||
"python",
|
||||
"setup-freeze.py",
|
||||
"build",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue