aboutsummaryrefslogtreecommitdiff
path: root/packaging
AgeCommit message (Expand)AuthorFilesLines
2023-08-01Upgrade MSI builder from WiX3 to WiX 4.Jussi Pakkanen1-45/+53
2023-07-25packaging: fix regression that prevented pyinstaller from getting custom depsEli Schwartz1-0/+4
2023-05-25Autodetect installer path location.Jussi Pakkanen1-1/+5
2023-04-17fix data collection with pyinstallerEli Schwartz1-1/+1
2023-04-11packaging: fix options hostArchitectures attributeJosh Soref1-1/+1
2023-04-11Change "can not" to "cannot" throughout projectHiPhish2-2/+2
2022-05-16Add optional compressjoshcangit1-1/+2
2022-04-09packaging: make sure pyinstaller sees our distributed data filesEli Schwartz1-0/+7
2022-03-30packaging: rework how pyinstaller gets its instructionsEli Schwartz3-50/+51
2022-02-14packaging: fix the MSI bundling of distutils sub-packagesEli Schwartz1-0/+1
2022-01-09Use VS 2022 release version for packaging.Jussi Pakkanen1-1/+1
2021-11-17MSI generator fixesJussi Pakkanen1-7/+13
2021-10-24Remove temp files that the macOS installer builder leaves hanging.Jussi Pakkanen1-0/+6
2021-10-24Fix MSI creation with Python 3.10.Jussi Pakkanen1-0/+2
2021-10-10Fix typos discovered by codespellChristian Clauss1-1/+1
2021-08-31pylint: turn on superflous-parensDylan Baker1-1/+1
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz1-1/+0
2021-08-15misc formatting lint fixes, drop unneeded f-stringEli Schwartz1-8/+8
2021-07-21Delete extra data dirs that cause problems for WiX.Jussi Pakkanen1-0/+9
2021-06-07Fix macpkg generator import path. [skip ci]Jussi Pakkanen1-1/+1
2021-05-18Add a script to create macOS installer packages.Jussi Pakkanen5-41/+405
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-3/+3
2021-03-04various python neatness cleanupsEli Schwartz1-1/+1
2021-02-28Require Windows 10 or newer for the MSI package. [skip ci]Jussi Pakkanen1-0/+12
2021-02-28Add filecmp to list of bundled modules. Closes #8431. [skip ci]Jussi Pakkanen1-0/+1
2021-02-28Remove remnants of 32 bit support. [skip ci]Jussi Pakkanen1-8/+4
2020-11-27Add script to create a zipapp.Eli Schwartz1-0/+22
2020-11-27createmsi: move to generic packaging directoryEli Schwartz2-0/+425