Skip to content

Commit

Permalink
fix: .csproj still copying removed env.lua file
Browse files Browse the repository at this point in the history
  • Loading branch information
psyGamer committed Feb 28, 2025
1 parent 364a800 commit bd8f02c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CelesteTAS-EverestInterop/CelesteTAS-EverestInterop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@
<Target Name="LinkAssets" AfterTargets="Build" Condition="'$(Configuration)' == 'Debug' and '$(OS)' == 'Unix' and $(UseSymlinks) != false">
<Copy SourceFiles="" DestinationFiles="..\bin\env.lua" UseSymboliclinksIfPossible="true" />

<Exec Command="rm -rf ../bin/env.lua &amp;&amp; ln -s ../CelesteTAS-EverestInterop/Source/EverestInterop/Lua/env.lua ../bin/env.lua"/>

<!-- Replace with symlinks if they aren't already -->
<Exec Command="if [ ! -L ../everest.yaml ]; then rm -rf ../everest.yaml &amp;&amp; ln -s CelesteTAS-EverestInterop/everest.yaml ../everest.yaml; fi"/>
<Exec Command="if [ ! -L ../Dialog ]; then rm -rf ../Dialog &amp;&amp; ln -s CelesteTAS-EverestInterop/Dialog ../Dialog; fi"/>
Expand All @@ -94,7 +92,6 @@
<!-- Clean-up potential symlinks -->
<RemoveDir Directories="..\Dialog;..\Graphics"/>

<Copy SourceFiles="Source\EverestInterop\Lua\env.lua" DestinationFiles="..\bin\env.lua" />
<Copy SourceFiles="@(CelesteAssets)" DestinationFiles="..\%(Identity)"/>
</Target>

Expand Down

0 comments on commit bd8f02c

Please sign in to comment.