Skip to content

Commit

Permalink
installer: Updated the version number in build_tools.nsi and added se…
Browse files Browse the repository at this point in the history
…d.exe to the list.
  • Loading branch information
DavidEGrayson committed Apr 15, 2011
1 parent 6c53c60 commit 53e273c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installer/build_tools.nsi
Expand Up @@ -13,7 +13,7 @@


#Small installer for the GNU build tools
!define TOOLSVER "110322"
!define TOOLSVER "110415"
!include EnvVarUpdate.nsh

; !define STARTDIR "c:\foo\bar"
Expand Down Expand Up @@ -53,6 +53,7 @@ Section "Uninstall"
Delete "$INSTDIR\mv.exe"
Delete "$INSTDIR\readme.txt"
Delete "$INSTDIR\rm.exe"
Delete "$INSTDIR\sed.exe"
Delete "$INSTDIR\Uninstall Pololu GNU Build Utilities.exe"
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\pololu_build_utilities"
${un.EnvVarUpdate} $0 "PATH" "R" "HKLM" "$INSTDIR"
Expand Down

0 comments on commit 53e273c

Please sign in to comment.