Skip to content

Commit

Permalink
Renaming of voice
Browse files Browse the repository at this point in the history
Renamed voice to "Leo" to avoid confusion regarding the commercial
Leopold voice
  • Loading branch information
m-toman committed Dec 2, 2014
1 parent bc8a0a1 commit 3e1a6f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sapi/install/install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Section -FinishSection

SectionEnd

Section "Leopold (Austrian German)" Section1
Section "Leo (Austrian German)" Section1

; Set Section properties
SetOverwrite on
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3e1a6f1

Please sign in to comment.