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
/
msi
Age
Commit message (
Expand
)
Author
2018-12-12
Add all files from scripts to MSI package. Closes #4621.
Jussi Pakkanen
2018-10-30
Fix crlf line endings
Dylan Baker
2018-06-28
Add upgrade support to the MSI generator. [skip ci]
Jussi Pakkanen
2018-06-26
Fix glib build when using MSI installer. Closes #3762.
Jussi Pakkanen
2018-05-01
Always generate a new Product GUID. Closes #2485. [skip ci]
Jussi Pakkanen
2018-03-03
Fix flake8 'variable assigned value but unused' reports
Jon Turney
2018-03-03
Fix various flake8 indentation reports
Jon Turney
2018-02-24
Robustify msi creator script.
Jussi Pakkanen
2017-11-21
Review fixes.
Jussi Pakkanen
2017-11-20
Replaced sys.executable use with the mesonlib equivalent.
Jussi Pakkanen
2017-10-11
MSI: Find VC redistributable with python 32bit on windows 64bit
Niklas Claesson
2017-10-07
Package the Visual C runtime. Closes #2417.
Jussi Pakkanen
2017-09-22
Merge pull request #2357 from LukeShu/flake8
Jussi Pakkanen
2017-09-21
flake8: Perform suggested whitespace/formatting changes
Luke Shumaker
2017-09-20
fix file permissions on a couple of files
Luke Shumaker
2017-09-12
MSI: Improve python detection
Niklas Claesson
2017-09-10
Require installer version 5.0, which corresponds to Win 7 and up.
Jussi Pakkanen
2017-09-10
Fix installer generation on 64 bit Windows.
Jussi Pakkanen
2017-09-10
Add installer option to not install Ninja.
Jussi Pakkanen
2017-09-10
Delete XML string manipulation code.
Jussi Pakkanen
2017-09-10
Create WiX source file with the XML module rather than string manipulation.
Jussi Pakkanen
2017-08-28
Create a proper 64 bit installer with WiX.
Jussi Pakkanen
2017-08-27
Fix msi creation script to work on 64 bit Windows.
Jussi Pakkanen
2017-08-03
Add Python script that creates an MSI installer from a package created with c...
Jussi Pakkanen