From 6e0af8578ecb9dc8b07043734b15bb96ca663d32 Mon Sep 17 00:00:00 2001 From: Etoh Date: Wed, 13 Apr 2022 20:10:25 +0100 Subject: [PATCH] Installer should list French but not Polish --- buildPy2exe.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildPy2exe.py b/buildPy2exe.py index cb80e66..4b6840a 100755 --- a/buildPy2exe.py +++ b/buildPy2exe.py @@ -333,8 +333,8 @@ NSIS_SCRIPT_TEMPLATE = r""" Push "" Push $${LANG_ENGLISH} Push English - Push $${LANG_POLISH} - Push Polski + Push $${LANG_FRENCH} + Push Français Push $${LANG_RUSSIAN} Push Русский Push $${LANG_GERMAN}