X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Ftool%2Ftool.nsh;h=57ce8d3cb9703237699920c742dd1dccafd0d6ce;hb=50fa53ead451a223b405b1f9543f57e6e8e94a90;hp=20341d5cb8ee73c9f3a51cb2cffd939c5df2a77d;hpb=46036a57bc1ab5583c5d5c2188e8c52d7682d9d5;p=synfig.git diff --git a/synfig-core/tags/stable/src/tool/tool.nsh b/synfig-core/tags/stable/src/tool/tool.nsh index 20341d5..57ce8d3 100644 --- a/synfig-core/tags/stable/src/tool/tool.nsh +++ b/synfig-core/tags/stable/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 + +