From 2fcb7a69ddcb33a9ffeb4c41097088f06d69c275 Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:59:35 +0200 Subject: [PATCH] Solve issue with adskidmgr-opener.desktop - The AdskIdentityManager.exe command must be executed quickly as the link will expire in a short time. --- files/builds/stable-branch/bin/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/builds/stable-branch/bin/install.sh b/files/builds/stable-branch/bin/install.sh index 32d47dc8..6372fd8f 100644 --- a/files/builds/stable-branch/bin/install.sh +++ b/files/builds/stable-branch/bin/install.sh @@ -7,8 +7,8 @@ # Author URI: https://cryinkfly.com # # License: MIT # # Copyright (c) 2020-2024 # -# Time/Date: 13:00/29.07.2024 # -# Version: 1.9.11 # +# Time/Date: 15:00/29.07.2024 # +# Version: 1.9.12 # #################################################################################################### # Path: /$HOME/.fusion360/bin/install.sh @@ -435,7 +435,7 @@ EOF [Desktop Entry] Type=Application Name=adskidmgr Scheme Handler -Exec=env WINEPREFIX="$WP_DIRECTORY" wine "C:\Program Files\Autodesk\webdeploy\production\\$IDENT_MAN_VARIABLE_DIRECTORY\Autodesk Identity Manager\AdskIdentityManager.exe" %u +Exec=sh -c 'env WINEPREFIX="$WP_DIRECTORY" wine "$(find $WP_DIRECTORY/ -name "AdskIdentityManager.exe" | head -1 | xargs -I '{}' echo {})" "%u"' StartupNotify=false MimeType=x-scheme-handler/adskidmgr; EOL