Skip to content

Commit

Permalink
Merge pull request #367 from rbar1um43/patch-2
Browse files Browse the repository at this point in the history
Update install-helper-CopyBuild.bat
  • Loading branch information
hzqst authored Jan 16, 2024
2 parents 6779aad + 3825d2e commit b14252b
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion scripts/install-helper-CopyBuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,26 @@ if "%LauncherMod%"=="svencoop" (

)

if "%LauncherMod%"=="cstrike" (

xcopy "%SolutionDir%Build\cstrike_hd" "%GameDir%\%LauncherMod%_hd\" /y /e
)

if "%LauncherMod%"=="czero" (

xcopy "%SolutionDir%Build\czero" "%GameDir%\%LauncherMod%\" /y /e
)

if "%LauncherMod%"=="echoes" (

xcopy "%SolutionDir%Build\echoes" "%GameDir%\%LauncherMod%\" /y /e
)

if "%LauncherMod%"=="gearbox" (

xcopy "%SolutionDir%Build\gearbox" "%GameDir%\%LauncherMod%\" /y /e
)

if not exist "%GameDir%\%LauncherMod%\metahook\configs\plugins.lst" copy "%GameDir%\%LauncherMod%\metahook\configs\plugins_goldsrc.lst" "%GameDir%\%LauncherMod%\metahook\configs\plugins.lst" /y
)

Expand All @@ -63,4 +83,4 @@ echo Make sure that all library directories required by plugins has been added i
notepad "%GameDir%\%LauncherMod%\metahook\configs\dllpaths.lst"

echo -----------------------------------------------------
echo Done
echo Done

0 comments on commit b14252b

Please sign in to comment.