Thomas Kluyver
|
b866bb1007
Update default Python MSI version
|
před 10 roky |
Thomas Kluyver
|
d30f215349
Fix bug with preamble on Python 2
|
před 10 roky |
Thomas Kluyver
|
ab8d5e8cbc
Bump version number to 1.0
|
před 11 roky |
Thomas Kluyver
|
e536e24ce1
Make extra_preamble a file instead of code
|
před 11 roky |
Thomas Kluyver
|
ffb9a5c293
Update default Python versions
|
před 11 roky |
Johannes Baiter
|
313f458696
Guard shortcut script with 'if __name__ == __main__' to avoid side-effects when using multiprocessing
|
před 11 roky |
Thomas Kluyver
|
19c9e6024e
Default install directory to 64-bit Program Files if appropriate
|
před 11 roky |
Thomas Kluyver
|
ef4b3fde0f
Set Python installation directory depending on bitness
|
před 11 roky |
Thomas Kluyver
|
9dd4bfbc52
Allow extra preamble, e.g. to set environment variables, before loading user code
|
před 11 roky |
Thomas Kluyver
|
4fe051ea15
Merge branch 'master' of github.com:takluyver/pynsist
|
před 11 roky |
Thomas Kluyver
|
c628390b47
Locate makensis.exe correctly on 64 bit Windows
|
před 11 roky |
Thomas Kluyver
|
f9989ca0ab
Write crash log to %APPDATA% rather than installation directory
|
před 11 roky |
Thomas Kluyver
|
eb55365417
Better error messages for some invalid parameters
|
před 11 roky |
Thomas Kluyver
|
5beb20f420
Install pylauncher when target is Py 2, not build environment
|
před 11 roky |
Thomas Kluyver
|
08eae99c67
Ensure packages from entry points are copied
|
před 11 roky |
Thomas Kluyver
|
7f56cddade
Bump version number to 0.3
|
před 11 roky |
Thomas Kluyver
|
31fb3801f0
Improve API docs
|
před 11 roky |
Thomas Kluyver
|
8de0a53764
Update docstrings
|
před 11 roky |
Thomas Kluyver
|
86793f73f8
Start documenting API
|
před 11 roky |
Thomas Kluyver
|
05b56d48c5
Allow installing extra files to other locations
|
před 11 roky |
Thomas Kluyver
|
6ca6ef2e65
Add 'target' and 'parameters' options to shortcut definitions
|
před 11 roky |
Thomas Kluyver
|
d3cfdffa30
Dedent script template
|
před 11 roky |
Thomas Kluyver
|
482365170d
Fix some things that had got broken
|
před 11 roky |
Thomas Kluyver
|
25b4c21b62
Byte compile Python files after installation
|
před 11 roky |
Thomas Kluyver
|
9bdefadf1a
Use requests to download MSIs over https, drop GPG validation.
|
před 11 roky |
Thomas Kluyver
|
9e813fb50a
Move read_shortcut_config function into configreader module
|
před 11 roky |
Thomas Kluyver
|
984e31bbaf
Refactor main functionality into a class
|
před 11 roky |
Thomas Kluyver
|
f4fd117133
Prepare for 0.2 release
|
před 11 roky |
Thomas Kluyver
|
af4d3ed576
Better script template
|
před 11 roky |
Thomas Kluyver
|
0d4c149f51
Merge pull request #13 from devsnd/master
|
před 11 roky |