summaryrefslogtreecommitdiff
path: root/packaging
AgeCommit message (Expand)Author
2024-07-17update script to build releases, to also build wheelsEli Schwartz
2024-07-17Add script that builds releases.Jussi Pakkanen
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-10-01Mangle dashes as needed by WiX.Jussi Pakkanen
2023-08-01Upgrade MSI builder from WiX3 to WiX 4.Jussi Pakkanen
2023-07-25packaging: fix regression that prevented pyinstaller from getting custom depsEli Schwartz
2023-05-25Autodetect installer path location.Jussi Pakkanen
2023-04-17fix data collection with pyinstallerEli Schwartz
2023-04-11packaging: fix options hostArchitectures attributeJosh Soref
2023-04-11Change "can not" to "cannot" throughout projectHiPhish
2022-05-16Add optional compressjoshcangit
2022-04-09packaging: make sure pyinstaller sees our distributed data filesEli Schwartz
2022-03-30packaging: rework how pyinstaller gets its instructionsEli Schwartz
2022-02-14packaging: fix the MSI bundling of distutils sub-packagesEli Schwartz
2022-01-09Use VS 2022 release version for packaging.Jussi Pakkanen
2021-11-17MSI generator fixesJussi Pakkanen
2021-10-24Remove temp files that the macOS installer builder leaves hanging.Jussi Pakkanen
2021-10-24Fix MSI creation with Python 3.10.Jussi Pakkanen
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-08-31pylint: turn on superflous-parensDylan Baker
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
2021-08-15misc formatting lint fixes, drop unneeded f-stringEli Schwartz
2021-07-21Delete extra data dirs that cause problems for WiX.Jussi Pakkanen
2021-06-07Fix macpkg generator import path. [skip ci]Jussi Pakkanen
2021-05-18Add a script to create macOS installer packages.Jussi Pakkanen
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-03-04various python neatness cleanupsEli Schwartz
2021-02-28Require Windows 10 or newer for the MSI package. [skip ci]Jussi Pakkanen
2021-02-28Add filecmp to list of bundled modules. Closes #8431. [skip ci]Jussi Pakkanen
2021-02-28Remove remnants of 32 bit support. [skip ci]Jussi Pakkanen
2020-11-27Add script to create a zipapp.Eli Schwartz
2020-11-27createmsi: move to generic packaging directoryEli Schwartz