aboutsummaryrefslogtreecommitdiff
path: root/desktop/package
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-03-30 14:30:49 -0700
committerMicah Lee <micah@micahflee.com>2022-03-30 14:30:49 -0700
commit1d9ce020e5186e942ab2e4a3ebc807f866ea7a43 (patch)
tree98c88a4a1a13a9ef75cb73b246cb18ff5de0f347 /desktop/package
parent27dc8082ec83a7ae20ab29f691b5b878ab415ca4 (diff)
downloadonionshare-1d9ce020e5186e942ab2e4a3ebc807f866ea7a43.tar.gz
onionshare-1d9ce020e5186e942ab2e4a3ebc807f866ea7a43.zip
In 32-bit build, use 32-bit python
Diffstat (limited to 'desktop/package')
-rw-r--r--desktop/package/build-windows.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/package/build-windows.py b/desktop/package/build-windows.py
index 61ad692e..d9e78f95 100644
--- a/desktop/package/build-windows.py
+++ b/desktop/package/build-windows.py
@@ -185,7 +185,7 @@ def main():
print("> Building binaries")
run(
[
- shutil.which("python"),
+ "python",
"setup-freeze.py",
"build",
],