From 6159f3c2d6c6c958125753a645652682923f5e5f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 13 Mar 2012 15:48:53 +0100 Subject: [PATCH] config/release/create_installstick*: install README.md Signed-off-by: Stephan Raue --- config/release/create_installstick | 2 +- config/release/create_installstick.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/release/create_installstick b/config/release/create_installstick index 284caaa05c..c38058bc20 100755 --- a/config/release/create_installstick +++ b/config/release/create_installstick @@ -194,7 +194,7 @@ echo "#########################################################" cp openelec.ico /tmp/usb_install cp CHANGELOG /tmp/usb_install cp INSTALL /tmp/usb_install - cp README /tmp/usb_install + cp README.md /tmp/usb_install cp RELEASE /tmp/usb_install # sync disk diff --git a/config/release/create_installstick.bat b/config/release/create_installstick.bat index e7f1ef2e51..aaa72e1293 100644 --- a/config/release/create_installstick.bat +++ b/config/release/create_installstick.bat @@ -96,7 +96,7 @@ IF ERRORLEVEL 1 goto InvalidDrive >NUL copy Autorun.inf %DRIVE% >NUL copy CHANGELOG %DRIVE% >NUL copy INSTALL %DRIVE% ->NUL copy README %DRIVE% +>NUL copy README.md %DRIVE% >NUL copy RELEASE %DRIVE% >NUL copy openelec.ico %DRIVE% FOR /F "tokens=5" %%G IN ('vol %DRIVE% ^|find "-"') DO SET DRIVEUUID=%%G