Skip to content

Commit

Permalink
v2.3 fix password
Browse files Browse the repository at this point in the history
  • Loading branch information
Angoll committed Oct 2, 2021
1 parent 81acac0 commit 4d9724a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified KPass.v2.3.alfredworkflow
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/configure.applescript
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ try {
password = response.textReturned.replace(/\\/g, '\\\\').replace(/\"/g, '\\"');

// Create a new password
response = app.doShellScript("security add-generic-password -a $(id -un) -c 'kaiw' -C 'kaiw' -D 'KeepasXC Integration' -j 'Alfred KeepasXC Integration Database' -s \""+ keychainItem + "\" -w \"" + password + "\" -U " + keychain);
response = app.doShellScript("security add-generic-password -a $(id -un) -c 'kaiw' -C 'kaiw' -D 'KeepasXC Integration' -j 'Alfred KeepasXC Integration Database' -s '"+ keychainItem + "' -w '" + password + "' -U " + keychain);

// Ask for KeepassXC Keyfile
var response = app.displayDialog("KeePassXC Database Keyfile", {
Expand Down

0 comments on commit 4d9724a

Please sign in to comment.