1
0
mirror of https://github.com/lxsang/DiyaSDK.git synced 2024-06-29 08:19:48 +02:00

set resolution using envar

This commit is contained in:
Dany LE 2022-05-23 12:27:13 +02:00
parent 003c04f8b1
commit bafb49cddb

View File

@ -55,6 +55,7 @@ run()
build "$ARCH"
[ ! -e "$W/../$ARCH/builder/pharo" ] && echo "Unable to build image" && exit 1
fi
[ -z "$DIYA_RES" ] && export DIYA_RES="480x640"
"$W/../$ARCH/builder/pharo" "$W/../$ARCH/tmp/diya.image"
}