Commit graph

8 commits

Author SHA1 Message Date
Ircama
350ca81474 Fix importing black when building exe with pyinstaller 2024-09-20 10:34:13 +02:00
Ircama
dfef926599 Add github version 2024-08-13 23:22:25 +02:00
Ircama
58dbd5cfd8 Improvements 2024-08-13 18:12:27 +02:00
Ircama
24f67c239c Test windowed 2024-08-07 01:43:01 +02:00
Ircama
7dc0bd4932 Use hide_console='hide-early'
Windows only. In console-enabled executable, hide or minimize the console window if the program owns the
console window (i.e., was not launched from existing console window). Depending on the setting, the
console is hidden/mininized either early in the bootloader execution ('hide-early', 'minimize-early') or
late in the bootloader execution ('hide-late', 'minimize-late'). The early option takes place as soon as
the PKG archive is found. In onefile builds, the late option takes place after application has unpacked
itself and before it launches the child process. In onedir builds, the late option takes place before
starting the embedded python interpreter.

790d43f31c/PyInstaller/building/api.py (L386)
2024-07-30 08:26:45 +02:00
Ircama
db0611c09e Use hide_console option 2024-07-30 08:17:43 +02:00
Ircama
069bcf8387 Use console mode 2024-07-30 08:09:01 +02:00
Ircama
28f381deb7 Add epson_print_conf.spec 2024-07-29 11:14:59 +02:00