X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Ftool%2Ftool.nsh;fp=synfig-core%2Ftags%2Fstable%2Fsrc%2Ftool%2Ftool.nsh;h=0000000000000000000000000000000000000000;hb=cf6534f2d02c61fa50849072d1590dc057245351;hp=57ce8d3cb9703237699920c742dd1dccafd0d6ce;hpb=882d07ee047a39f22beb7b77e120e1fe2ca4358e;p=synfig.git diff --git a/synfig-core/tags/stable/src/tool/tool.nsh b/synfig-core/tags/stable/src/tool/tool.nsh deleted file mode 100644 index 57ce8d3..0000000 --- a/synfig-core/tags/stable/src/tool/tool.nsh +++ /dev/null @@ -1,20 +0,0 @@ -; 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 - -