Hi,

PyInstaller on Windows keeps rebuilding the executable on every 
invocation even if nothing has changed. It claims "Building because 
manifest changed".

I'm invoking PyInstaller with
```
pyinstaller --noupx                  ^
            --icon "%iconfile,0"     ^
            --onefile                ^
            --workpath build\windows ^
            --distpath build         ^
            %1
```

[F:\...\script] tcc> mkexe3.btm script.py
228 INFO: PyInstaller: 3.2
229 INFO: Python: 3.5.2
230 INFO: Platform: Windows-10-10.0.10586-SP0
233 INFO: wrote F:\Documents\dev\python\script\script.spec
281 INFO: UPX is available.
284 INFO: Extending PYTHONPATH with paths
['F:\\Documents\\dev\\python\\script', 'F:\\Documents\\dev\\python
\\script']
286 INFO: checking Analysis
362 INFO: checking PYZ
462 INFO: checking PKG
469 INFO: Building because build\windows\script\script.exe.manifest 
changed
469 INFO: Building PKG (CArchive) out00-PKG.pkg
2522 INFO: Bootloader F:\PortableApps\Python35\lib\site-packages
\PyInstaller\bootloader\Windows-64bit\run.exe
2522 INFO: checking EXE
2525 INFO: Building because manifest changed
2525 INFO: Building EXE from out00-EXE.toc
2576 INFO: SRCPATH [('\\PortableApps\\Python3x\\python.exe', 0)]
2577 INFO: Updating icons from \PortableApps\Python3x\python.exe, 0 
to F:\PortableApps\ConEmu\Data\Temp\tmp5dqk3jc7
2611 INFO: Appending archive to EXE build\script.exe
Stoppuhr 1 aus: 14:43:33  Verstrichene Zeit: 0:00:03.70
Lösche F:\Documents\dev\python\script\script.spec
     1 Datei gelöscht               32,768 Bytes freigegeben

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to