Skip to content

Commit

Permalink
Merge branch 'master' into experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Oct 29, 2024
2 parents 1cea501 + 641e85e commit 438c060
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion binary/projects/vs2022/debug_filecopy.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
@echo off
xcopy /f /y "Debug\" "C:\Program Files (x86)\Steam\steamapps\common\Half-Life\zamnhlmp_dev\aura"
pause
IF ERRORLEVEL 1 (
xcopy /f /y "Debug\" "D:\Program Files (x86)\Steam\steamapps\common\Half-Life\zamnhlmp_dev\aura"
pause
) ELSE (
pause
)

0 comments on commit 438c060

Please sign in to comment.