]> git.deb.at Git - rhonda/theotherroles.git/commitdiff
Change Environment Variable back to AmongUs
authorEoF-1141 <61620805+EoF-1141@users.noreply.github.com>
Sun, 25 Jul 2021 03:34:54 +0000 (05:34 +0200)
committerGitHub <noreply@github.com>
Sun, 25 Jul 2021 03:34:54 +0000 (05:34 +0200)
TheOtherRoles/TheOtherRoles.csproj

index 2f71f98efe100f729ac0a59e4dced0e19cd76af4..aa25c6e4733df8d8df443d22dce9fb0a30365ee3 100644 (file)
     </ItemGroup>
 
     <ItemGroup>
-        <Reference Include="$(AmongUsLatest)/BepInEx/core/*.dll"/>
-        <Reference Include="$(AmongUsLatest)/BepInEx/unhollowed/*.dll"/>
+        <Reference Include="$(AmongUs)/BepInEx/core/*.dll"/>
+        <Reference Include="$(AmongUs)/BepInEx/unhollowed/*.dll"/>
     </ItemGroup>
 
     <Target Name="CopyCustomContent" AfterTargets="AfterBuild">
         <Message Text="Second occurrence" />
         <Copy SourceFiles="$(ProjectDir)\bin\$(Configuration)\netstandard2.1\TheOtherRoles.dll" DestinationFolder="$(AmongUsLatest)/BepInEx/plugins/" />
     </Target>
-</Project>
\ No newline at end of file
+</Project>