From 206893b126c3082a1f11267e470a939fdac8662c Mon Sep 17 00:00:00 2001
From: Sabian Roberts <31491602+sabianroberts@users.noreply.github.com>
Date: Sun, 27 Oct 2024 13:38:48 +0000
Subject: [PATCH] PBE
---
binary/projects/vs2022/agdll.vcxproj | 3 +++
binary/projects/vs2022/debug_filecopy.bat | 3 +++
binary/projects/vs2022/release_filecopy.bat | 3 +++
3 files changed, 9 insertions(+)
create mode 100644 binary/projects/vs2022/debug_filecopy.bat
create mode 100644 binary/projects/vs2022/release_filecopy.bat
diff --git a/binary/projects/vs2022/agdll.vcxproj b/binary/projects/vs2022/agdll.vcxproj
index 3866522c..6c62904b 100644
--- a/binary/projects/vs2022/agdll.vcxproj
+++ b/binary/projects/vs2022/agdll.vcxproj
@@ -96,6 +96,9 @@
copy "$(TargetPath)" "E:\Steam\steamapps\common\Half-Life\zamnhlmp\dlls\$(TargetFileName)"
+
+ debug_filecopy.bat
+
diff --git a/binary/projects/vs2022/debug_filecopy.bat b/binary/projects/vs2022/debug_filecopy.bat
new file mode 100644
index 00000000..ec56a74f
--- /dev/null
+++ b/binary/projects/vs2022/debug_filecopy.bat
@@ -0,0 +1,3 @@
+@echo off
+robocopy "Debug\" "C:\Program Files (x86)\Steam\steamapps\common\Half-Life\zamnhlmp_dev\aura"
+pause
\ No newline at end of file
diff --git a/binary/projects/vs2022/release_filecopy.bat b/binary/projects/vs2022/release_filecopy.bat
new file mode 100644
index 00000000..6e0fc9ba
--- /dev/null
+++ b/binary/projects/vs2022/release_filecopy.bat
@@ -0,0 +1,3 @@
+@echo off
+xcopy /f /s /y "Release\" "C:\Program Files (x86)\Steam\steamapps\common\Half-Life\zamnhlmp_dev\aura"
+pause
\ No newline at end of file