adsk changes

This commit is contained in:
Hunter Haugen 2025-03-03 15:51:57 -08:00
parent 58b854c089
commit 5b02259b30
Signed by: hunner
GPG key ID: EF99694AA599DDAD
12 changed files with 61 additions and 15 deletions

10
.gnupg/pinentry-ide.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh
if [ -n "$PINENTRY_USER_DATA" ]; then
case "$PINENTRY_USER_DATA" in
IJ_PINENTRY=*)
"/Users/haugenh1/Applications/WebStorm.app/Contents/jbr/Contents/Home/bin/java" -cp "/Users/haugenh1/Applications/WebStorm.app/Contents/plugins/vcs-git/lib/git4idea-rt.jar:/Users/haugenh1/Applications/WebStorm.app/Contents/lib/externalProcess-rt.jar" git4idea.gpg.PinentryApp
exit $?
;;
esac
fi
exec /opt/homebrew/bin/pinentry-mac "$@"