feat(build): version release résolue au build avec repli dev (P1-7)
Crée gui_v6/version.py (DEFAULT_VERSION + resolve_version()) qui tente d'importer gui_v6._build_version (généré au build Windows, non commité). Câble gui_v6.__version__ sur resolve_version(). Ajoute gui_v6/_build_version.py au .gitignore et aux hiddenimports du spec PyInstaller. 4 tests TDD. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -78,6 +78,8 @@ hiddenimports = [
|
||||
"gui_v6.machine_id",
|
||||
"gui_v6.engine_bridge",
|
||||
"gui_v6.config_state",
|
||||
"gui_v6.version",
|
||||
"gui_v6._build_version",
|
||||
"gui_v6.processing_runner",
|
||||
"gui_v6.tabs",
|
||||
"gui_v6.tabs.tab_about",
|
||||
|
||||
Reference in New Issue
Block a user