added destination detection
This commit is contained in:
parent
b70ba39c17
commit
ad4dffe594
@ -1,4 +1,6 @@
|
|||||||
copy /y *.lua C:\games\Minetest\games\ENLIVEN\mods\metatools\
|
SET MT_PROGRAM_DIR=C:\games\Minetest
|
||||||
copy /y *.md C:\games\Minetest\games\ENLIVEN\mods\metatools\
|
IF EXIST "C:\Games\ENLIVEN" SET MT_PROGRAM_DIR=C:\Games\ENLIVEN
|
||||||
copy /y textures\*.png C:\games\Minetest\games\ENLIVEN\mods\metatools\textures\
|
copy /y *.lua "%MT_PROGRAM_DIR%\games\ENLIVEN\mods\metatools\"
|
||||||
|
copy /y *.md "%MT_PROGRAM_DIR%\games\ENLIVEN\mods\metatools\"
|
||||||
|
copy /y textures\*.png "%MT_PROGRAM_DIR%\games\ENLIVEN\mods\metatools\textures\"
|
||||||
if NOT ["%errorlevel%"]==["0"] pause
|
if NOT ["%errorlevel%"]==["0"] pause
|
Loading…
Reference in New Issue
Block a user