File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
37
37
<ItemGroup >
38
38
<!-- Not using `ckan compat set` because as of 2024-08-16 it is still only available in the dev branch -->
39
- <_CKANCommands Include =" compat add --gamedir $(KSPROOT) %(_CKANCompatibleVersionItems.Identity)"
39
+ <_CKANCommands Include =" compat add --gamedir " $(KSPROOT)" %(_CKANCompatibleVersionItems.Identity)"
40
40
Condition =" '$(CKANCompatibleVersions)' != '' " />
41
41
42
- <_CKANCommands Include =" install --no-recommends --gamedir $(KSPROOT) $(_CKANDependencyList)"
43
- Condition =" '$(_CKANDependencyList)' != '' " />
42
+ <_CKANCommands Include =" install --no-recommends --gamedir " $(KSPROOT)" $(_CKANDependencyList)" />
44
43
</ItemGroup >
45
44
46
45
<Message Text =" Writing CKAN commands to $(_CKANCommandFile)" />
47
46
<Message Text =" @(_CKANCommands, '\n')" Importance =" Low" />
48
47
<WriteLinesToFile File =" $(_CKANCommandFile)" Lines =" @(_CKANCommands)" />
49
- <Exec Command =" cat '$(_CKANCommandFile)' | ckan prompt --headless" />
48
+ <Exec Command =" cat '$(_CKANCommandFile)' | ckan prompt --headless"
49
+ Condition =" '$(_CKANDependencyList)' != '"" '" />
50
50
<RemoveDir Directories =" $(_TempStagingFolder)" />
51
51
</Target >
52
52
You can’t perform that action at this time.
0 commit comments