Add forgotten rust autocompletion into installer

This commit is contained in:
Don HO 2025-11-08 18:13:45 +01:00
parent 2d4b1de1ed
commit 8cc7ce7d14

View File

@ -178,6 +178,11 @@ SectionGroup "Auto-completion Files" autoCompletionComponent
File ".\APIs\sas.xml" File ".\APIs\sas.xml"
${MementoSectionEnd} ${MementoSectionEnd}
${MementoSection} "Rust" Rust
SetOutPath "$INSTDIR\autoCompletion"
File ".\APIs\rust.xml"
${MementoSectionEnd}
SectionGroupEnd SectionGroupEnd
@ -310,5 +315,9 @@ SectionGroup un.autoCompletionComponent
Section un.SAS Section un.SAS
Delete "$INSTDIR\autoCompletion\sas.xml" Delete "$INSTDIR\autoCompletion\sas.xml"
SectionEnd SectionEnd
Section un.Rust
Delete "$INSTDIR\autoCompletion\rust.xml"
SectionEnd
SectionGroupEnd SectionGroupEnd