mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-05 04:45:48 +01:00
Adding an option for an existing version of Wine
You can now start the installation of Autodesk Fusion 360 directly if Wine is already installed on your system!
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
# Author URI: https://cryinkfly.com #
|
||||
# License: MIT #
|
||||
# Copyright (c) 2020-2021 #
|
||||
# Time/Date: 21:00/28.11.2021 #
|
||||
# Version: 1.6.5 #
|
||||
# Time/Date: 18:00/02.12.2021 #
|
||||
# Version: 1.6.6 #
|
||||
####################################################################################################
|
||||
|
||||
###############################################################################################################################################################
|
||||
@@ -874,12 +874,15 @@ function setupact-select-wine_version {
|
||||
--height=500 \
|
||||
--column="$text_select" --column="Wine Version" \
|
||||
TRUE "Wine Version (Stable)" \
|
||||
FALSE "Wine Version (Staging)")
|
||||
FALSE "Wine Version (Staging)" \
|
||||
FALSE "Wine Version (Wine is already installed!)")
|
||||
|
||||
[[ $select_wine_version = "Wine Version (Stable)" ]] && wine_version_used=0 && setupact-select-os
|
||||
|
||||
[[ $select_wine_version = "Wine Version (Staging)" ]] && wine_version_used=1 && setupact-select-os
|
||||
|
||||
[[ $select_wine_version = "Wine Version (Wine is already installed!)" ]] && setupact-f360install
|
||||
|
||||
[[ "$select_wine_version" ]] || echo "Go back" && setupact-select-opengl_dxvk
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user