mirror of https://github.com/keeweb/keeweb
fixed a typo
parent
8ee63ccc24
commit
43c8976282
|
@ -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…
Reference in New Issue