mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14:21 +01:00
VLC addon - Fix typos (#1892)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
# Install Z-Wave JS
|
# Install VLC
|
||||||
WORKDIR /usr/src
|
WORKDIR /usr/src
|
||||||
RUN \
|
RUN \
|
||||||
set -x \
|
set -x \
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "VLC",
|
"name": "VLC",
|
||||||
"version": "0.1.2",
|
"version": "0.1.2",
|
||||||
"slug": "vlc",
|
"slug": "vlc",
|
||||||
"description": "Turn you device into a Media Player with VLC",
|
"description": "Turn your device into a Media Player with VLC",
|
||||||
"arch": ["amd64", "i386", "armv7", "aarch64"],
|
"arch": ["amd64", "i386", "armv7", "aarch64"],
|
||||||
"url": "https://github.com/home-assistant/hassio-addons/tree/master/vlc",
|
"url": "https://github.com/home-assistant/hassio-addons/tree/master/vlc",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
|
|||||||
Reference in New Issue
Block a user