diff --git a/files/builds/stable-branch/bin/launcher.sh b/files/builds/stable-branch/bin/launcher.sh index 06020db..31da5a0 100644 --- a/files/builds/stable-branch/bin/launcher.sh +++ b/files/builds/stable-branch/bin/launcher.sh @@ -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