aboutsummaryrefslogtreecommitdiff
path: root/desktop/setup-freeze.py
AgeCommit message (Collapse)Author
2023-05-22Update filenames for pyside6 6.5.0Micah Lee
2023-02-06Remove code to fix obscure cx_Freeze bugMicah Lee
2022-10-23Initial macos-package-build commitNoisyCoil
2022-10-02Make Windows builds not use consoleMicah Lee
2022-09-30Try patching the path to cli in desktop's pyproject.toml in macOS, and ↵Micah Lee
temporarily enable console mode in Windows for easier testing
2022-06-20Fix sanitizing version stringMicah Lee
2022-06-19cx_Freeze cannot handle dev version stringsMicah Lee
2022-03-31Try a different way of explicitly defining what packages to include and excludeMicah Lee
2022-03-31Explicitly exclude top-level folders from cx_Freeze buildMicah Lee
2022-01-16Update copyright year to 2022Micah Lee
2022-01-13Finish packaging and code signing for MacMicah Lee
2022-01-12Add code signing and MSI packaging for WindowsMicah Lee
2021-12-23Merge branch 'cx_freeze-packaging' of github.com:micahflee/onionshare into ↵Micah Lee
cx_freeze-packaging
2021-12-23Start adding cx_Freeze linux supportMicah Lee
2021-12-23Delete unused Qt5 files after Windows buildMicah Lee
2021-12-22Use cx_freeze for making macOS dmgMicah Lee
2021-12-22Support cx_Freeze in macOSMicah Lee
2021-12-21Solve obnoxious cx_Freeze issue that broke websockets by enforcing ↵Micah Lee
async_mode=gevent, and including the correct modules in the build
2021-12-21Start implementing cx_FreezeMicah Lee