Skip to content

Commit 14a29b4

Browse files
CodaFicompnerd
authored andcommitted
Update Installer Scripts for sourcekit-lsp to Include SwiftSyntax
1 parent 12be1f7 commit 14a29b4

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

platforms/Windows/devtools-amd64.wxs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,20 @@
210210
</ComponentGroup>
211211
<?endif?>
212212

213+
<ComponentGroup Id="SwiftSyntax">
214+
<Component Id="SwiftSyntax.dll" Directory="_usr_bin" Guid="993a205e-3f9c-4033-8004-5ecd28141b1f">
215+
<File Id="SwiftSyntax.dll" Source="$(var.DEVTOOLS_ROOT)\usr\bin\SwiftSyntax.dll" Checksum="yes" />
216+
</Component>
217+
</ComponentGroup>
218+
219+
<?ifdef INCLUDE_DEBUG_INFO ?>
220+
<ComponentGroup Id="SwiftSyntaxDebugInfo">
221+
<Component Id="SwiftSyntax.pdb" Directory="_usr_bin" Guid="8973f7dc-06d8-49fc-b5bf-51368dbea1d4">
222+
<File Id="SwiftSyntax.pdb" Source="$(var.DEVTOOLS_ROOT)\usr\bin\SwiftSyntax.pdb" Checksum="yes" />
223+
</Component>
224+
</ComponentGroup>
225+
<?endif?>
226+
213227
<ComponentGroup Id="IndexStoreDB">
214228
<Component Id="IndexStoreDB.dll" Directory="_usr_bin" Guid="cc64657d-581f-4295-9834-5471d6cd8aaa">
215229
<File Id="IndexStoreDB.dll" Source="$(var.DEVTOOLS_ROOT)\usr\bin\IndexStoreDB.dll" Checksum="yes" />
@@ -245,6 +259,7 @@
245259
<ComponentGroupRef Id="SwiftPackageManager" />
246260
<ComponentGroupRef Id="SourceKitLSP" />
247261
<ComponentGroupRef Id="IndexStoreDB" />
262+
<ComponentGroupRef Id="SwiftSyntax" />
248263

249264
<?ifdef INCLUDE_DEBUG_INFO ?>
250265
<Feature Id="DebugInfo" Absent="allow" AllowAdvertise="yes" Description="Debug Information for Swift Developer Tools for Windows x86_64" Level="0" Title="Debug Info">
@@ -255,6 +270,7 @@
255270
<ComponentGroupRef Id="SwiftPackageManagerDebugInfo" />
256271
<ComponentGroupRef Id="SourceKitLSPDebugInfo" />
257272
<ComponentGroupRef Id="IndexStoreDBDebugInfo" />
273+
<ComponentGroupRef Id="SwiftSyntaxDebugInfo" />
258274
</Feature>
259275
<?endif?>
260276
</Feature>

platforms/Windows/devtools-arm64.wxs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,20 @@
224224
</ComponentGroup>
225225
<?endif?>
226226

227+
<ComponentGroup Id="SwiftSyntax">
228+
<Component Id="SwiftSyntax.dll" Directory="_usr_bin" Guid="e531a79d-187f-4b2d-80bc-a2267a953c60">
229+
<File Id="SwiftSyntax.dll" Source="$(var.DEVTOOLS_ROOT)\usr\bin\SwiftSyntax.dll" Checksum="yes" />
230+
</Component>
231+
</ComponentGroup>
232+
233+
<?ifdef INCLUDE_DEBUG_INFO ?>
234+
<ComponentGroup Id="SwiftSyntaxDebugInfo">
235+
<Component Id="SwiftSyntax.pdb" Directory="_usr_bin" Guid="c95d81d7-d6f9-423c-933e-b59b99006218">
236+
<File Id="SwiftSyntax.pdb" Source="$(var.DEVTOOLS_ROOT)\usr\bin\SwiftSyntax.pdb" Checksum="yes" />
237+
</Component>
238+
</ComponentGroup>
239+
<?endif?>
240+
227241
<ComponentGroup Id="SourceKitLSP">
228242
<Component Id="sourcekit_lsp.exe" Directory="_usr_bin" Guid="1e4d7fbd-a435-4d11-bd17-2dec0b235c28">
229243
<File Id="sourcekit_lsp.exe" Source="$(var.DEVTOOLS_ROOT)\usr\bin\sourcekit-lsp.exe" Checksum="yes" />
@@ -245,6 +259,7 @@
245259
<ComponentGroupRef Id="SwiftPackageManager" />
246260
<ComponentGroupRef Id="SourceKitLSP" />
247261
<ComponentGroupRef Id="IndexStoreDB" />
262+
<ComponentGroupRef Id="SwiftSyntax" />
248263

249264
<?ifdef INCLUDE_DEBUG_INFO ?>
250265
<Feature Id="DebugInfo" Absent="allow" AllowAdvertise="yes" Description="Debug Information for Swift Developer Tools for Windows aarch64" Level="0" Title="Debug Info">
@@ -255,6 +270,7 @@
255270
<ComponentGroupRef Id="SwiftPackageManagerDebugInfo" />
256271
<ComponentGroupRef Id="SourceKitLSPDebugInfo" />
257272
<ComponentGroupRef Id="IndexStoreDBDebugInfo" />
273+
<ComponentGroupRef Id="SwiftSyntaxDebugInfo" />
258274
</Feature>
259275
<?endif?>
260276
</Feature>

0 commit comments

Comments
 (0)