Skip to content

Commit

Permalink
Fix a small mod ID mismatch now that the vanilla source is no longer
Browse files Browse the repository at this point in the history
  • Loading branch information
robojumper committed Feb 10, 2019
1 parent 144188e commit af0abb4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions robojumperSquadSelect/robojumperSquadSelect.x2proj
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,9 @@
<Content Include="Src\robojumperSquadSelect\Classes\X2DownloadableContentInfo_robojumperSquadSelect.uc" />
</ItemGroup>
<Import Project="$(MSBuildLocalExtensionPath)\XCOM2.targets" />
<Target Name="RenameModFile" AfterTargets="Build">
<Message Importance="High" Text="Renaming mod info..." />
<Move SourceFiles="$(XCOM2_UserPath)/Mods/robojumperSquadSelect/robojumperSquadSelect.XComMod" DestinationFiles="$(XCOM2_UserPath)/Mods/robojumperSquadSelect/robojumperSquadSelect_WotC.XComMod" />
<Move SourceFiles="$(XCOM2_GamePath)/Mods/robojumperSquadSelect/robojumperSquadSelect.XComMod" DestinationFiles="$(XCOM2_GamePath)/Mods/robojumperSquadSelect/robojumperSquadSelect_WotC.XComMod" />
</Target>
</Project>

0 comments on commit af0abb4

Please sign in to comment.