diff --git a/anonymisation_onefile.spec b/anonymisation_onefile.spec index 1584c1c..c559b37 100644 --- a/anonymisation_onefile.spec +++ b/anonymisation_onefile.spec @@ -54,7 +54,9 @@ splash = Splash( os.path.join(app_dir, 'assets', 'splash.png'), binaries=a.binaries, datas=a.datas, - text_pos=(10, 215), + # Texte dynamique PyInstaller positionné dans la zone libre du PNG + # (y=170-235). text_pos correspond au coin haut-gauche du texte. + text_pos=(60, 195), text_size=10, text_color='white', minify_script=True, diff --git a/assets/splash.png b/assets/splash.png index f201e62..8e39b24 100644 Binary files a/assets/splash.png and b/assets/splash.png differ