From 14bb074aa992f1d743c5d337b4df3fd237768ff9 Mon Sep 17 00:00:00 2001 From: Etoh Date: Sun, 10 Nov 2013 11:06:06 +0000 Subject: [PATCH] Syncplay now supports VLC 2.1+, reflect that in NSIS --- buildPy2exe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildPy2exe.py b/buildPy2exe.py index fe6053a..3459b58 100644 --- a/buildPy2exe.py +++ b/buildPy2exe.py @@ -41,7 +41,7 @@ NSIS_SCRIPT_TEMPLATE = r""" VIAddVersionKey /LANG=$${LANG_POLISH} "FileDescription" "Syncplay" LangString ^Associate $${LANG_ENGLISH} "Associate Syncplay with multimedia files." - LangString ^VLC $${LANG_ENGLISH} "Install Syncplay interface for VLC (requires VLC 2.0.X)" + LangString ^VLC $${LANG_ENGLISH} "Install Syncplay interface for VLC (requires VLC 2.x.x)" LangString ^Shortcut $${LANG_ENGLISH} "Create Shortcuts in following locations:" LangString ^StartMenu $${LANG_ENGLISH} "Start Menu" LangString ^Desktop $${LANG_ENGLISH} "Desktop"