Timothy Cyrus
5e89cdcbc4
Make pyproject.toml PEP 621 compliant
...
- converted tool.poetry to PEP 621 (default behavior for poetry)
- converted setup.py to PEP 621 (recommended by setuptools)
- use pyproject.toml instead of version.txt
- use importlib instead of version.txt
- use PEP 621 dependency format in flatpak build scripts
- added tomli as a dev dependency (used in build scripts)
- removed version.txt (no longer used)
- cleaned up dependencies
- version is still in desktop/setup.py (unclear on how snapcraft uses it)
- poetry lockfiles need to be rebuilt
2025-10-20 14:07:33 -04:00
Miguel Jacq
3bde77cd91
Replace distutils.version with packaging.version
2025-02-05 16:59:48 +11:00
mig5
7fddb6229b
Revert "Remove distutils"
2025-02-03 17:29:47 +11:00
Miguel Jacq
17b8007514
merge main and fix conflicts
2025-02-03 17:10:32 +11:00
Miguel Jacq
a5f4b30198
Update a python 3.11 path to 3.12 on windows
2025-02-03 10:16:44 +11:00
21CSM
1fb1a470df
Remove distutils
...
The package distutils was depcrecated in Python 3.10 and remove in Python 3.12
Update poetry.lock
2024-07-09 14:01:10 -04:00
Micah Lee
1020121c33
Finish making the WiX installer 64-bit
2023-10-20 12:44:57 -07:00
Micah Lee
729e2625fd
Put Windows version in 64-bit Program Files folder
2023-10-20 12:29:59 -07:00
Micah Lee
8cc8dae7ad
Update Windows code signing certificate again
2023-10-20 11:16:51 -07:00
Micah Lee
2bd5b52cd1
Update Windows signing certificate
2023-10-18 11:33:18 -07:00
Micah Lee
0a8e380ac0
Change to Python 3.11 in a few other places
2023-10-16 20:57:00 -07:00
Micah Lee
a94c7c8f92
Fix windows build script for new version of PySide6
2023-05-22 12:22:18 +05:30
Micah Lee
600780292a
Update Windows build script to support PySide6
2023-02-08 15:28:20 -08:00
Micah Lee
f410b19277
Switch to Python 3.10.9, because PySide6 does not support 3.11 yet
2023-02-05 13:39:28 -08:00
Micah Lee
37a006cb12
Switch Windows (32-bit and 64-bit) to Python 3.11.1
2023-02-05 13:31:34 -08:00
Micah Lee
5e600e5f2d
Sanitize version string for WiX too
2022-06-19 21:50:32 -07:00
Micah Lee
e4114bf01d
Fix windows codesigning script
2022-06-19 22:57:13 -04:00
Micah Lee
e184ca5d03
In CI, download Tor from for windows Tor Expert Bundle, and build meek, obfs4proxy, and snowflake ourselves
2022-04-10 19:07:35 -04:00
Micah Lee
a2b1f8b578
Complete codesigning and packaging for Windows
2022-04-05 12:41:21 -07:00
Micah Lee
9b28a9393a
Move windows and mac build scripts into scripts folder
2022-04-03 17:20:31 -07:00