Fix wine issue

"wine: could not open working directory 
L"unix\\home\\user\\.fusion360\\bin\\", starting in the Windows 
directory."
This commit is contained in:
Romain Bazile
2022-08-31 16:25:13 +02:00
parent b503dfa6a5
commit 82a26c167b
2 changed files with 3 additions and 0 deletions

View File

@@ -1040,6 +1040,7 @@ fi
function SP_FUSION360_INSTALL_PROGRESS {
SP_FUSION360_INSTALL_PROGRESS_MAIN () {
cd "$WP_DIRECTORY" || return
echo "20"
SP_FUSION360_INSTALL_DEFAULT_1
echo "70"
@@ -1056,6 +1057,7 @@ SP_FUSION360_INSTALL_PROGRESS_MAIN | yad --progress --progress-text "$SP_INSTALL
function SP_FUSION360_INSTALL_PROGRESS_REFRESH {
SP_FUSION360_INSTALL_PROGRESS_MAIN_REFRESH () {
cd "$WP_DIRECTORY" || return
echo "20"
SP_FUSION360_INSTALL_REFRESH_1
echo "70"

View File

@@ -191,6 +191,7 @@ function UP_PROGRESS {
function UP_FUSION360_INSTALL_UPDATE_PROGRESS {
UP_FUSION360_INSTALL_PROGRESS_MAIN () {
cd "$WP_DIRECTORY" || return
echo "20"
UP_FUSION360_INSTALL_START_1 & UP_FUSION360_INSTALL_STOP_1 # These two commands run in the same time.
echo "70"