From eecad64655ad36be0cf6ca5d369195775d013746 Mon Sep 17 00:00:00 2001 From: gamer147 Date: Sat, 4 Jul 2026 19:44:59 -0400 Subject: [PATCH] build(entrypoint): cross-platform Steamworks-lib copy target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The old `` PostBuild step only worked on Windows, blocking CI on ubuntu-latest. Replaced with two MSBuild `` targets: one AfterTargets="Build" (preserves the existing build-output behavior), one AfterTargets="Publish" (new — publish output now includes the libs automatically, so downstream release packaging doesn't need a shell copy workaround). Co-Authored-By: Claude Opus 4.7 --- .../SVSim.EmulatedEntrypoint.csproj | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/SVSim.EmulatedEntrypoint/SVSim.EmulatedEntrypoint.csproj b/SVSim.EmulatedEntrypoint/SVSim.EmulatedEntrypoint.csproj index 65d4f80c..7e007c53 100644 --- a/SVSim.EmulatedEntrypoint/SVSim.EmulatedEntrypoint.csproj +++ b/SVSim.EmulatedEntrypoint/SVSim.EmulatedEntrypoint.csproj @@ -63,8 +63,17 @@ - - + + + + + + + + +