Skip to content

Commit 7bf678b

Browse files
authored
KSPCommon.targets: Need to split by semicolon?
1 parent 7e33c31 commit 7bf678b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KSPCommon.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<!-- Use CKAN to install mods for any references tagged with a CKAN Identifier -->
2424
<Target Name="CKANInstall">
2525
<ItemGroup>
26-
<CKANCompatibleVersionItems Include="$(CKANCompatibleVersions)"/>
26+
<CKANCompatibleVersionItems Include="@(CKANCompatibleVersions->';%(Identity)')"/>
2727
</ItemGroup>
2828
<Exec Command="ckan compat add --headless --gamedir $(KSPROOT) %(CKANCompatibleVersionItems.Identity)" Condition=" '$(CKANCompatibleVersions)' != '' "/>
2929
<Exec Command="ckan install --no-recommends --headless --gamedir $(KSPROOT) %(Reference.CKANIdentifier)" Condition=" '%(Reference.CKANIdentifier)' != '' "/>

0 commit comments

Comments
 (0)