Skip to content

Commit

Permalink
Windows installer: Ship the 'defoldcollection' plugin
Browse files Browse the repository at this point in the history
This plugin got added in commit 28bceb2,
but I forgot to add it to the Windows installer.

Closes #2677
  • Loading branch information
bjorn committed Nov 26, 2019
1 parent 19032f5 commit 70d8714
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/win/installer.wxs
Expand Up @@ -146,6 +146,7 @@
<Component Id="Plugins" Guid="{11ACEE38-A936-4FF4-BD8C-D1475D5454D1}">
<File Id="filD1109002A9E8142F43A07606A4BCE0A2" Source="$(var.InstallRoot)\plugins\tiled\csv.dll" />
<File Id="defold_dll" Source="$(var.InstallRoot)\plugins\tiled\defold.dll" />
<File Id="defoldcollection_dll" Source="$(var.InstallRoot)\plugins\tiled\defoldcollection.dll" />
<File Id="fil27B14922FA15B9385D880460E98E2D2E" Source="$(var.InstallRoot)\plugins\tiled\droidcraft.dll" />
<File Id="filD34235A8BFB590E5CCC1D9E2894616EC" Source="$(var.InstallRoot)\plugins\tiled\flare.dll" />
<File Id="gmx_dll" Source="$(var.InstallRoot)\plugins\tiled\gmx.dll" />
Expand Down

0 comments on commit 70d8714

Please sign in to comment.