Skip to content

Commit 4f899b7

Browse files
Fix compatible version list (#18)
Co-authored-by: JonnyOThan <[email protected]>
1 parent 7bf678b commit 4f899b7

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->';%(Identity)')"/>
26+
<CKANCompatibleVersionItems Include="$(CKANCompatibleVersions.Split(' '))"/>
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)