diff --git a/package/osx/installer.js b/package/osx/installer.js index 0d62cb39..8e3fd5a7 100755 --- a/package/osx/installer.js +++ b/package/osx/installer.js @@ -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) {