From ed45e360533cbb644fec797d8c2472cf9be4bcd6 Mon Sep 17 00:00:00 2001 From: Spooks <62370103+Spooks4576@users.noreply.github.com> Date: Wed, 15 Jul 2026 13:50:47 -0600 Subject: [PATCH] Stage native GPU runtime after publish --- src/SharpEmu.CLI/SharpEmu.CLI.csproj | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/src/SharpEmu.CLI/SharpEmu.CLI.csproj b/src/SharpEmu.CLI/SharpEmu.CLI.csproj index 219d12f..d63322a 100644 --- a/src/SharpEmu.CLI/SharpEmu.CLI.csproj +++ b/src/SharpEmu.CLI/SharpEmu.CLI.csproj @@ -54,6 +54,21 @@ SPDX-License-Identifier: GPL-2.0-or-later $(NoWarn);1591 + $(RepoRoot)artifacts\native\gpu-vulkan\bin + + + + $(NativeGpuBuildDir)\sharpemu_gpu_vulkan.dll + sharpemu_gpu_vulkan.dll + $(NativeGpuBuildDir)\SDL3.dll + + + $(NativeGpuBuildDir)\libsharpemu_gpu_vulkan.so + libsharpemu_gpu_vulkan.so + + + $(NativeGpuBuildDir)\libsharpemu_gpu_vulkan.dylib + libsharpemu_gpu_vulkan.dylib @@ -82,4 +97,18 @@ SPDX-License-Identifier: GPL-2.0-or-later + + + + + +