Skip to content

Commit

Permalink
Solve issue with adskidmgr-opener.desktop
Browse files Browse the repository at this point in the history
- The AdskIdentityManager.exe command must be executed quickly as the link will expire in a short time.
  • Loading branch information
cryinkfly authored Jul 29, 2024
1 parent 273b317 commit 2fcb7a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/builds/stable-branch/bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2fcb7a6

Please sign in to comment.