config/release/create_installstick*: install README.md

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-03-13 15:48:53 +01:00
parent dac52b79ba
commit 6159f3c2d6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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