mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
Revert "Changed any found references to INSTALL file, which is empty for now."
This reverts commit 6a78265e506eeb01d6c962211e39eaf538daf4dc.
This commit is contained in:
parent
f5b62a6afd
commit
208fd9a5d3
@ -14,7 +14,7 @@ providing cutting edge hardware support to deliver a set-top box experience.
|
|||||||
|
|
||||||
**Installation**
|
**Installation**
|
||||||
|
|
||||||
* Installation instructions can be found on [OpenELEC Wiki](http://wiki.openelec.tv/index.php?title=Installation)
|
* Please read INSTALL for instructions on how to install.
|
||||||
|
|
||||||
**Known issues**
|
**Known issues**
|
||||||
|
|
||||||
|
@ -228,6 +228,7 @@ EOF
|
|||||||
# cp Autorun.inf /tmp/usb_install
|
# cp Autorun.inf /tmp/usb_install
|
||||||
cp openelec.ico /tmp/usb_install
|
cp openelec.ico /tmp/usb_install
|
||||||
cp CHANGELOG /tmp/usb_install
|
cp CHANGELOG /tmp/usb_install
|
||||||
|
cp INSTALL /tmp/usb_install
|
||||||
cp README.md /tmp/usb_install
|
cp README.md /tmp/usb_install
|
||||||
cp RELEASE /tmp/usb_install
|
cp RELEASE /tmp/usb_install
|
||||||
|
|
||||||
|
@ -93,6 +93,7 @@ IF ERRORLEVEL 1 goto InvalidDrive
|
|||||||
>NUL 3rdparty\syslinux\win32\syslinux.exe -f -m -a %DRIVE%
|
>NUL 3rdparty\syslinux\win32\syslinux.exe -f -m -a %DRIVE%
|
||||||
>NUL copy target\* %DRIVE%
|
>NUL copy target\* %DRIVE%
|
||||||
>NUL copy CHANGELOG %DRIVE%
|
>NUL copy CHANGELOG %DRIVE%
|
||||||
|
>NUL copy INSTALL %DRIVE%
|
||||||
>NUL copy README.md %DRIVE%
|
>NUL copy README.md %DRIVE%
|
||||||
>NUL copy RELEASE %DRIVE%
|
>NUL copy RELEASE %DRIVE%
|
||||||
>NUL copy openelec.ico %DRIVE%
|
>NUL copy openelec.ico %DRIVE%
|
||||||
|
@ -104,6 +104,7 @@ Section "oeusbstart"
|
|||||||
nsExec::Exec `"$0" /c copy Autorun.inf $DRIVE_LETTER`
|
nsExec::Exec `"$0" /c copy Autorun.inf $DRIVE_LETTER`
|
||||||
nsExec::Exec `"$0" /c copy openelec.ico $DRIVE_LETTER`
|
nsExec::Exec `"$0" /c copy openelec.ico $DRIVE_LETTER`
|
||||||
nsExec::Exec `"$0" /c copy CHANGELOG $DRIVE_LETTER`
|
nsExec::Exec `"$0" /c copy CHANGELOG $DRIVE_LETTER`
|
||||||
|
nsExec::Exec `"$0" /c copy INSTALL $DRIVE_LETTER`
|
||||||
nsExec::Exec `"$0" /c copy README.md $DRIVE_LETTER`
|
nsExec::Exec `"$0" /c copy README.md $DRIVE_LETTER`
|
||||||
nsExec::Exec `"$0" /c copy RELEASE $DRIVE_LETTER`
|
nsExec::Exec `"$0" /c copy RELEASE $DRIVE_LETTER`
|
||||||
nsExec::Exec `"$0" /c copy 3rdparty\syslinux\vesamenu.c32 $DRIVE_LETTER`
|
nsExec::Exec `"$0" /c copy 3rdparty\syslinux\vesamenu.c32 $DRIVE_LETTER`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user