| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
| |
This creates all currently supported forms of distribution:
- .7z archive
- .exe installer
- .msi installer
|
| |
|
|
|
|
| |
- 'dist-win-msi' allows to create a Windows .msi installer using WiX
- 'dist-win-msi-fast' has a no compression but is much faster
and can be used for testing purposes
|
| |
|
|
|
|
| |
- 'dist-win-exe' allows to create a Windows .exe installer using NSIS
- 'dist-win-exe-fast' has a bad compression ratio but is much faster
and can be used for testing purposes
|
| |
|
|
|
|
|
| |
- 'dist-win-7z' allows to create a binary distribution archive
compressed with 7z format
- 'dist-win-7z-fast' has slightly worse compression but is
considerably faster
|
|
|
'dist' is the same as before
only difference:
add date and commit hash for development and pre-release
|