Update launcher.sh

This commit is contained in:
Steve Zabka
2022-06-08 23:04:07 +02:00
committed by GitHub
parent 03730b10b9
commit ce04a078ac

View File

@@ -7,7 +7,7 @@
# Author URI: https://cryinkfly.com #
# License: MIT #
# Copyright (c) 2020-2022 #
# Time/Date: 22:50/08.06.2022 #
# Time/Date: 23:00/08.06.2022 #
# Version: 1.9 #
#############################################################################
@@ -47,9 +47,6 @@ function LAUNCHER_CHECK_UPDATE_VERSION {
if [ "$ONLINE_BUILD_VERSION" = "$SYSTEM_BUILD_VERSION" ] || [ "$ONLINE_INSIDER_BUILD_VERSION" = "$SYSTEM_BUILD_VERSION" ]; then
echo "Do nothing!"
GET_UPDATE=0
elif [ "$ONLINE_BUILD_VERSION" = "" ] || [ "$ONLINE_INSIDER_BUILD_VERSION" = "" ]; then
echo "Do nothing!"
GET_UPDATE=0
else
# A value of 0 means that there is no update and a value of 1 will notify the user that there is an update.
GET_UPDATE=1