Skip to content

Commit 2abb10c

Browse files
Update SER.csproj
1 parent c36848d commit 2abb10c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

SER.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@
1818
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
1919
<Copy
2020
SourceFiles="$(TargetDir)SER.dll"
21-
DestinationFolder="C:\Users\Olgie\AppData\Roaming\SCP Secret Laboratory\LabAPI\plugins\global"
21+
DestinationFolder="$(LABAPI_PLUGINS)"
22+
/>
23+
<Copy
24+
SourceFiles="$(TargetDir)SER.dll"
25+
DestinationFolder="$(SL_DEV_REFERENCES)"
2226
/>
2327
</Target>
2428
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

0 commit comments

Comments
 (0)