X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Ftool%2Ftool.nsh;h=57ce8d3cb9703237699920c742dd1dccafd0d6ce;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=20341d5cb8ee73c9f3a51cb2cffd939c5df2a77d;hpb=16b3beced25134bef064705568ecb893a6be4e79;p=synfig.git diff --git a/synfig-core/trunk/src/tool/tool.nsh b/synfig-core/trunk/src/tool/tool.nsh index 20341d5..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\sinfg.exe" - -SectionEnd - -Section "un.Synfig Tool Uninstall" - Delete "$INSTDIR\bin\sinfg.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 + +