From 3e1a6f1554bc487d13690f5e438c1215588f8a8d Mon Sep 17 00:00:00 2001 From: m-toman Date: Tue, 2 Dec 2014 13:56:36 +0100 Subject: [PATCH] Renaming of voice Renamed voice to "Leo" to avoid confusion regarding the commercial Leopold voice --- sapi/install/install.nsi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sapi/install/install.nsi b/sapi/install/install.nsi index be0484f..cf5e96e 100644 --- a/sapi/install/install.nsi +++ b/sapi/install/install.nsi @@ -81,7 +81,7 @@ Section -FinishSection SectionEnd -Section "Leopold (Austrian German)" Section1 +Section "Leo (Austrian German)" Section1 ; Set Section properties SetOverwrite on @@ -92,10 +92,10 @@ Section "Leopold (Austrian German)" Section1 File "..\..\data\leo.rules" ; Register the new voice - Exec '"$INSTDIR\x86\register-voice.exe" "$INSTDIR\leo.htsvoice" "Leopold" "de-at" "male" "adult" "$INSTDIR\x86\leo.log" "$INSTDIR\leo.rules"' + Exec '"$INSTDIR\x86\register-voice.exe" "$INSTDIR\leo.htsvoice" "Leo" "de-at" "male" "adult" "$INSTDIR\x86\leo.log" "$INSTDIR\leo.rules"' ${If} ${RunningX64} - Exec '"$INSTDIR\x64\register-voice.exe" "$INSTDIR\leo.htsvoice" "Leopold" "de-at" "male" "adult" "$INSTDIR\x64\leo.log" "$INSTDIR\leo.rules"' + Exec '"$INSTDIR\x64\register-voice.exe" "$INSTDIR\leo.htsvoice" "Leo" "de-at" "male" "adult" "$INSTDIR\x64\leo.log" "$INSTDIR\leo.rules"' ${EndIf} SectionEnd @@ -112,10 +112,10 @@ SectionEnd Section Uninstall ; Unregister voices - Exec '"$INSTDIR\x86\register-voice.exe" "/u" "$INSTDIR\leo.htsvoice" "Leopold" "de-at" "male" "adult" "$INSTDIR\x86\leo.log" "$INSTDIR\leo.rules"' + Exec '"$INSTDIR\x86\register-voice.exe" "/u" "$INSTDIR\leo.htsvoice" "Leo" "de-at" "male" "adult" "$INSTDIR\x86\leo.log" "$INSTDIR\leo.rules"' ${If} ${RunningX64} - Exec '"$INSTDIR\x64\register-voice.exe" "/u" "$INSTDIR\leo.htsvoice" "Leopold" "de-at" "male" "adult" "$INSTDIR\x64\leo.log" "$INSTDIR\leo.rules"' + Exec '"$INSTDIR\x64\register-voice.exe" "/u" "$INSTDIR\leo.htsvoice" "Leo" "de-at" "male" "adult" "$INSTDIR\x64\leo.log" "$INSTDIR\leo.rules"' ${EndIf} ; ADD NEW VOICE REMOVALS HERE