Skip to content

Commit

Permalink
Update release_filecopy.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Nov 24, 2024
1 parent b950724 commit d066788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SourceCode/projects/vs2022/release_filecopy.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
xcopy /f /y "Release\" "C:\Program Files (x86)\Steam\steamapps\common\Half-Life\zamnhlmp\aura"
xcopy /f /y "Release\Aura engine\" "C:\Program Files (x86)\Steam\steamapps\common\Half-Life\zamnhlmp\aura"
IF ERRORLEVEL 1 (
xcopy /f /y "Release\" "D:\Program Files (x86)\Steam\steamapps\common\Half-Life\zamnhlmp\aura"
xcopy /f /y "Release\Aura engine\" "D:\Program Files (x86)\Steam\steamapps\common\Half-Life\zamnhlmp\aura"
pause
) ELSE (
pause
Expand Down

0 comments on commit d066788

Please sign in to comment.