Skip to content

Commit

Permalink
Update installer for new build
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kinder committed Sep 7, 2014
1 parent 5a26929 commit f83d7f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Installer/Inform7.nsh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
!define BUILD 6G60
!define BUILD 6L38
2 changes: 2 additions & 0 deletions Installer/Inform7.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Section "DoInstall"
RMDir /r "$INSTDIR\Documentation"
RMDir /r "$INSTDIR\Images"
RMDir /r "$INSTDIR\Inform7"
RMDir /r "$INSTDIR\Internal"
RMDir /r "$INSTDIR\Library"
File /r "..\Build\*.*"
WriteUninstaller "Uninstall.exe"
Expand Down Expand Up @@ -80,6 +81,7 @@ Section "Uninstall"
RMDir /r "$INSTDIR\Documentation"
RMDir /r "$INSTDIR\Images"
RMDir /r "$INSTDIR\Inform7"
RMDir /r "$INSTDIR\Internal"
RMDir /r "$INSTDIR\Interpreters"
RMDir /r "$INSTDIR\Library"
RMDir /r "$INSTDIR\Web"
Expand Down

0 comments on commit f83d7f0

Please sign in to comment.