Skip to content

Commit

Permalink
Separate compatibility version for v1.9.07b
Browse files Browse the repository at this point in the history
Rain World v1.9.07b is on SPCoopEmotes v1.3.1
Rain World v1.9.15 is on SPCoopEmotes v1.4
  • Loading branch information
SabreML committed Mar 23, 2024
1 parent ddb6472 commit 8e34c5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SingleplayerCoopEmotes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@
<PropertyGroup>
<PostBuildEvent>
IF "$(ConfigurationName)" == "Debug" (
copy /Y "$(TargetDir)" "$(RainWorldSteam)\RainWorld_Data\StreamingAssets\mods\$(ProjectName)\plugins"
copy /Y "$(TargetDir)" "$(RainWorldSteam)\RainWorld_Data\StreamingAssets\mods\$(ProjectName)\newest\plugins"
) ELSE (
copy /Y "$(TargetPath)" "$(RainWorldSteam)\RainWorld_Data\StreamingAssets\mods\$(ProjectName)\plugins"
copy /Y "$(TargetPath)" "$(RainWorldSteam)\RainWorld_Data\StreamingAssets\mods\$(ProjectName)\newest\plugins"
)
copy /Y "$(ProjectDir)\$(TargetName)\modinfo.json" "$(RainWorldSteam)\RainWorld_Data\StreamingAssets\mods\$(ProjectName)"
</PostBuildEvent>
</PropertyGroup>
</Project>
</Project>

0 comments on commit 8e34c5e

Please sign in to comment.