diff --git a/KPass.v2.3.alfredworkflow b/KPass.v2.3.alfredworkflow index e6ea1e5..7c99739 100644 Binary files a/KPass.v2.3.alfredworkflow and b/KPass.v2.3.alfredworkflow differ diff --git a/scripts/configure.applescript b/scripts/configure.applescript index fddedbb..bb7051a 100644 --- a/scripts/configure.applescript +++ b/scripts/configure.applescript @@ -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", {