adsk changes
This commit is contained in:
parent
58b854c089
commit
5b02259b30
12 changed files with 61 additions and 15 deletions
10
.gnupg/pinentry-ide.sh
Executable file
10
.gnupg/pinentry-ide.sh
Executable 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 "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue