giovannibajo cabcff4e20 Fix problem with icons provided by the user disappearing when compressing
the executables with UPX. The problem is actually a bug in UPX, but it's
still worth working-around it by using LANG_NEUTRAL for icons in bootloader.


git-svn-id: http://svn.pyinstaller.org/trunk@278 8dd32b29-ccff-0310-8a9a-9233e24343b1
2006-07-08 18:51:46 +00:00
2006-02-18 16:26:05 +00:00
2006-02-08 12:11:56 +00:00
2005-09-12 09:33:09 +00:00
2006-02-06 14:23:01 +00:00
2005-09-03 17:10:09 +00:00
2005-09-14 01:23:21 +00:00
2005-09-21 11:30:07 +00:00

PyInstaller version 1.0

Use:
    see doc/Tutorial.txt

Installation in brief:

Non-Windows users should:
    cd to source/linux
    python Make.py
    make

Everyone should:
    python Configure.py

    python Makespec.py /path/to/yourscript.py /path/for/specfile.spec

    python Build.py /path/for/specfile.spec

    .done.

Major changes in this release:
 * __write_changes_here__
 * many bug fixes.
S
Description
No description provided
Readme 5 MiB
Languages
Python 55.3%
C 44.6%