From 0d8a3fb389ab1464431cfb2ee2e50fe1cf848616 Mon Sep 17 00:00:00 2001 From: Kyodev Date: Mon, 3 Jul 2017 03:22:18 +0200 Subject: [PATCH] add 32bits architecture --- AppImage-Recipe.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AppImage-Recipe.sh b/AppImage-Recipe.sh index 7f301f44..0472cccd 100755 --- a/AppImage-Recipe.sh +++ b/AppImage-Recipe.sh @@ -42,6 +42,8 @@ wget -q https://github.com/AppImage/AppImages/raw/master/functions.sh -O ./funct LIB_DIR=./usr/lib if [ -d ./usr/lib/x86_64-linux-gnu ]; then LIB_DIR=./usr/lib/x86_64-linux-gnu +elif [ -d ./usr/lib/i386-linux-gnu ]; then + LIB_DIR=./usr/lib/i386-linux-gnu fi cd $APP.AppDir