Specify architecture for AppImage

This commit is contained in:
tresf
2017-11-01 01:01:09 -04:00
parent 88b940fa05
commit f15acb8620

View File

@@ -41,6 +41,9 @@ function skipped {
echo -e " ${PLAIN}[${YELLOW}skipped${PLAIN}] ${1}"
}
# Blindly assume system arch is appimage arch
ARCH=$(arch)
export ARCH
# Check for problematic install locations
INSTALL=$(echo "@CMAKE_INSTALL_PREFIX@" | sed 's/\/*$//g')