Skip to content

Commit 2fcb7a6

Browse files
authored
Solve issue with adskidmgr-opener.desktop
- The AdskIdentityManager.exe command must be executed quickly as the link will expire in a short time.
1 parent 273b317 commit 2fcb7a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

files/builds/stable-branch/bin/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# Author URI: https://cryinkfly.com #
88
# License: MIT #
99
# Copyright (c) 2020-2024 #
10-
# Time/Date: 13:00/29.07.2024 #
11-
# Version: 1.9.11 #
10+
# Time/Date: 15:00/29.07.2024 #
11+
# Version: 1.9.12 #
1212
####################################################################################################
1313

1414
# Path: /$HOME/.fusion360/bin/install.sh
@@ -435,7 +435,7 @@ EOF
435435
[Desktop Entry]
436436
Type=Application
437437
Name=adskidmgr Scheme Handler
438-
Exec=env WINEPREFIX="$WP_DIRECTORY" wine "C:\Program Files\Autodesk\webdeploy\production\\$IDENT_MAN_VARIABLE_DIRECTORY\Autodesk Identity Manager\AdskIdentityManager.exe" %u
438+
Exec=sh -c 'env WINEPREFIX="$WP_DIRECTORY" wine "$(find $WP_DIRECTORY/ -name "AdskIdentityManager.exe" | head -1 | xargs -I '{}' echo {})" "%u"'
439439
StartupNotify=false
440440
MimeType=x-scheme-handler/adskidmgr;
441441
EOL

0 commit comments

Comments
 (0)