When building a snapshot of the SDK bindings, don't build the app by default too

This commit is contained in:
Jorge Martín
2024-10-25 15:56:36 +02:00
parent efb35fb88b
commit 64c3e79ece

View File

@@ -54,8 +54,8 @@ if [ "${sdkCorrect}" != "yes" ]; then
fi
# Ask if the user wants to build the app after
read -p "Do you want to build the app after (yes/no) default to yes? " buildApp
buildApp=${buildApp:-yes}
read -p "Do you want to build the app after (yes/no) default to no? " buildApp
buildApp=${buildApp:-no}
cd "${elementPwd}"