mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
projects/Virtual: use 'Generic' addons for both i386 and x86_64
This commit is contained in:
parent
179ce37e77
commit
4b80af124a
@ -338,12 +338,5 @@
|
||||
ADDON_SERVER_URL="http://addons.openelec.tv"
|
||||
|
||||
# set the addon dirs
|
||||
case $TARGET_ARCH in
|
||||
i386)
|
||||
ADDON_PATH="$ADDON_VERSION/Generic/$TARGET_ARCH"
|
||||
;;
|
||||
x86_64)
|
||||
ADDON_PATH="$ADDON_VERSION/Intel/$TARGET_ARCH"
|
||||
;;
|
||||
esac
|
||||
ADDON_PATH="$ADDON_VERSION/Generic/$TARGET_ARCH"
|
||||
ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH"
|
||||
|
Loading…
x
Reference in New Issue
Block a user