Skip to content

Commit

Permalink
Update debug_filecopy.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Oct 29, 2024
1 parent a075469 commit 641e85e
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 641e85e

Please sign in to comment.