diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-10 00:37:58 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-10 00:37:58 -0400 |
commit | d1911399ab01c4377b9fbcdf517cafe2dc589d05 (patch) | |
tree | c428a0bfabc302eb45fd60f2aebb0dc4603ee208 | |
parent | 17b95ba8d6de903da6a91fe603e210912dfb7127 (diff) |
typo
-rw-r--r-- | Build/NullSoftInstaller.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs index d50e66e24..6963329a5 100644 --- a/Build/NullSoftInstaller.hs +++ b/Build/NullSoftInstaller.hs @@ -117,7 +117,7 @@ makeInstaller gitannex license extrafiles = nsis $ do mapM_ addfile extrafiles
writeUninstaller $ str uninstaller
uninstall $ do
- delete [RebootOk] $ startMenuItem
+ delete [RebootOK] $ startMenuItem
mapM_ (\f -> delete [RebootOK] $ fromString $ "$INSTDIR/" ++ f) $
[ gitannexprogram
, licensefile
|