1
0
mirror of https://github.com/lxsang/DiyaSDK.git synced 2026-04-09 12:02:31 +02:00

add more classes to base image

This commit is contained in:
DanyLE
2022-03-16 00:02:31 +01:00
parent 358fbf7bab
commit 9265ecb4d6
2 changed files with 7 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ sdk()
build "$ARCH"
[ ! -e "$W/../$ARCH/builder/pharo-ui" ] && echo "Unable to init SDK" && exit 1
fi
"$W/../$ARCH/builder/pharo-ui" "$W/../$ARCH/builder/Pharo.image"
"$W/../$ARCH/builder/pharo-ui" "$W/../$ARCH/builder/Pharo.image" &
}
run()