mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 14:36:15 -04:00
Switch Windows (32-bit and 64-bit) to Python 3.11.1
This commit is contained in:
parent
9de8777376
commit
bbc11a01de
2 changed files with 15 additions and 18 deletions
|
@ -22,7 +22,7 @@ def get_build_path():
|
|||
python_arch = "win-amd64"
|
||||
else:
|
||||
python_arch = "win32"
|
||||
return os.path.join(desktop_dir, "build", f"exe.{python_arch}-3.9")
|
||||
return os.path.join(desktop_dir, "build", f"exe.{python_arch}-3.11")
|
||||
|
||||
|
||||
def get_size(dir):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue