X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Ftool%2Ftool.nsh;h=57ce8d3cb9703237699920c742dd1dccafd0d6ce;hb=e474a59e013cfd72267b6e4635d9c7c0567e023b;hp=8befd6fd151506b9439e4da183d517018ee52a48;hpb=28f28705612902c15cd0702cc891fba35bf2d2df;p=synfig.git diff --git a/synfig-core/trunk/src/tool/tool.nsh b/synfig-core/trunk/src/tool/tool.nsh index 8befd6f..57ce8d3 100644 --- a/synfig-core/trunk/src/tool/tool.nsh +++ b/synfig-core/trunk/src/tool/tool.nsh @@ -1,19 +1,20 @@ -; The stuff to install -Section "Synfig Tool" - -; SectionIn RO - - ; Set output path to the installation directory. - SetOutPath "$INSTDIR\bin" - - ; Put file there - File "src\tool\.libs\synfig.exe" - -SectionEnd - -Section "un.Synfig Tool Uninstall" - Delete "$INSTDIR\bin\synfig.exe" - RMDir "$INSTDIR" -SectionEnd - - +; The stuff to install +Section "Synfig Tool" + +; SectionIn RO + + ; Set output path to the installation directory. + SetOutPath "$INSTDIR\bin" + + ; Put file there + File "src\tool\.libs\synfig.exe" + +SectionEnd + +Section "un.Synfig Tool Uninstall" + Delete "$INSTDIR\bin\synfig.exe" + RMDir "$INSTDIR\bin" + RMDir "$INSTDIR" +SectionEnd + +