typo
This commit is contained in:
parent
cd765576d2
commit
8ce7b9d222
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ makeInstaller gitannex license extrafiles = nsis $ do
|
||||||
mapM_ addfile extrafiles
|
mapM_ addfile extrafiles
|
||||||
writeUninstaller $ str uninstaller
|
writeUninstaller $ str uninstaller
|
||||||
uninstall $ do
|
uninstall $ do
|
||||||
delete [RebootOk] $ startMenuItem
|
delete [RebootOK] $ startMenuItem
|
||||||
mapM_ (\f -> delete [RebootOK] $ fromString $ "$INSTDIR/" ++ f) $
|
mapM_ (\f -> delete [RebootOK] $ fromString $ "$INSTDIR/" ++ f) $
|
||||||
[ gitannexprogram
|
[ gitannexprogram
|
||||||
, licensefile
|
, licensefile
|
||||||
|
|
Loading…
Add table
Reference in a new issue