From 43c8976282e395be816baa0ddeaae77eee4d241b Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 9 Jan 2021 13:24:50 +0100 Subject: [PATCH] fixed a typo --- package/osx/installer.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {