mirror of
https://github.com/lxsang/DiyaSDK.git
synced 2025-04-08 09:36:47 +02:00
set resolution using envar
This commit is contained in:
parent
003c04f8b1
commit
bafb49cddb
1
bin/diya
1
bin/diya
@ -55,6 +55,7 @@ run()
|
|||||||
build "$ARCH"
|
build "$ARCH"
|
||||||
[ ! -e "$W/../$ARCH/builder/pharo" ] && echo "Unable to build image" && exit 1
|
[ ! -e "$W/../$ARCH/builder/pharo" ] && echo "Unable to build image" && exit 1
|
||||||
fi
|
fi
|
||||||
|
[ -z "$DIYA_RES" ] && export DIYA_RES="480x640"
|
||||||
"$W/../$ARCH/builder/pharo" "$W/../$ARCH/tmp/diya.image"
|
"$W/../$ARCH/builder/pharo" "$W/../$ARCH/tmp/diya.image"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user