fixed a typo

pull/1705/head
antelle 2 years ago
parent 8ee63ccc24
commit 43c8976282
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C

@ -29,7 +29,8 @@ if (args.update) {
`hdiutil attach -readonly -nobrowse -mountpoint ${tmpDir} ${dmg}`,
`rm -rf ${target}`,
`cp -pR ${tmpDir}/KeeWeb.app ${target}`,
`hdiutil detach ${tmpDir}``rm -rf ${tmpDir}`
`hdiutil detach ${tmpDir}`,
`rm -rf ${tmpDir}`
];
const scriptOptions = {};
if (setAdminRights) {

Loading…
Cancel
Save