Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzo committed Dec 28, 2023
1 parent 9d30848 commit bf487c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions projects/Bonelab/Hitboxes/Hitboxes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
<PostBuildEvent>
<!-- <PostBuildEvent>
COPY "$(TargetPath)" "C:\Program Files\Oculus\Software\Software\stress-level-zero-inc-bonelab\Mods"
</PostBuildEvent>
</PostBuildEvent> -->
</PropertyGroup>
</Project>
3 changes: 1 addition & 2 deletions projects/Bonelab/PancakeMode/PancakeMode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
<PostBuildEvent>
COPY "$(TargetPath)" "C:\Program
Files\Oculus\Software\Software\stress-level-zero-inc-bonelab\Mods"
COPY "$(TargetPath)" "C:\Program Files\Oculus\Software\Software\stress-level-zero-inc-bonelab\Mods"
</PostBuildEvent>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions projects/Boneworks/SpeedrunTools/SpeedrunTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@
<!-- <PostBuildEvent>
COPY "$(TargetPath)" "C:\Program Files (x86)\Steam\steamapps\common\BONEWORKS\BONEWORKS\Mods"
</PostBuildEvent> -->
<PostBuildEvent>
<!-- <PostBuildEvent>
COPY "$(TargetPath)" "C:\Program Files (x86)\Steam\steamapps\common\BONEWORKS\BONEWORKS\Mods"
"C:\Program Files (x86)\Steam\steamapps\common\BONEWORKS\BONEWORKS\BONEWORKS.exe"&amp; exit 0
</PostBuildEvent>
</PostBuildEvent> -->
</PropertyGroup>
</Project>

0 comments on commit bf487c1

Please sign in to comment.