index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packaging
Age
Commit message (
Expand
)
Author
2024-07-17
update script to build releases, to also build wheels
Eli Schwartz
2024-07-17
Add script that builds releases.
Jussi Pakkanen
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-10-01
Mangle dashes as needed by WiX.
Jussi Pakkanen
2023-08-01
Upgrade MSI builder from WiX3 to WiX 4.
Jussi Pakkanen
2023-07-25
packaging: fix regression that prevented pyinstaller from getting custom deps
Eli Schwartz
2023-05-25
Autodetect installer path location.
Jussi Pakkanen
2023-04-17
fix data collection with pyinstaller
Eli Schwartz
2023-04-11
packaging: fix options hostArchitectures attribute
Josh Soref
2023-04-11
Change "can not" to "cannot" throughout project
HiPhish
2022-05-16
Add optional compress
joshcangit
2022-04-09
packaging: make sure pyinstaller sees our distributed data files
Eli Schwartz
2022-03-30
packaging: rework how pyinstaller gets its instructions
Eli Schwartz
2022-02-14
packaging: fix the MSI bundling of distutils sub-packages
Eli Schwartz
2022-01-09
Use VS 2022 release version for packaging.
Jussi Pakkanen
2021-11-17
MSI generator fixes
Jussi Pakkanen
2021-10-24
Remove temp files that the macOS installer builder leaves hanging.
Jussi Pakkanen
2021-10-24
Fix MSI creation with Python 3.10.
Jussi Pakkanen
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-08-31
pylint: turn on superflous-parens
Dylan Baker
2021-08-15
editorconfig: add setting to trim trailing whitespace
Eli Schwartz
2021-08-15
misc formatting lint fixes, drop unneeded f-string
Eli Schwartz
2021-07-21
Delete extra data dirs that cause problems for WiX.
Jussi Pakkanen
2021-06-07
Fix macpkg generator import path. [skip ci]
Jussi Pakkanen
2021-05-18
Add a script to create macOS installer packages.
Jussi Pakkanen
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-03-04
various python neatness cleanups
Eli Schwartz
2021-02-28
Require Windows 10 or newer for the MSI package. [skip ci]
Jussi Pakkanen
2021-02-28
Add filecmp to list of bundled modules. Closes #8431. [skip ci]
Jussi Pakkanen
2021-02-28
Remove remnants of 32 bit support. [skip ci]
Jussi Pakkanen
2020-11-27
Add script to create a zipapp.
Eli Schwartz
2020-11-27
createmsi: move to generic packaging directory
Eli Schwartz