Skip to content

Commit

Permalink
Правки в скриптовую систему
Browse files Browse the repository at this point in the history
  • Loading branch information
MahBoiTranslator committed Jan 12, 2023
1 parent f41595b commit b32dc0b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Scripts/CopyMapsToAppdata.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
@echo off

: Копирование карт из текущего репозитория в %appdata%
xcopy /h /y /c /r /s ..\Source\Maps\* %appdata%\"Red Alert 3"\Maps\*
del %appdata%\"Red Alert 3"\Maps\*.str %appdata%\"Red Alert 3"\Maps\*.md
del /a:h %appdata%\"Red Alert 3"\Maps\.git
rmdir /s /q %appdata%\"Red Alert 3"\Maps\.github
xcopy /h /y /c /r /s ..\Source\Maps\[GenEvo]* %appdata%\"Red Alert 3"\Maps\[GenEvo]*

0 comments on commit b32dc0b

Please sign in to comment.