mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-15 09:35:52 +01:00
Update launcher.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user