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=34168bb24164074ff22eb5bc47a612a738901e0a;hp=57ce8d3cb9703237699920c742dd1dccafd0d6ce;hpb=40dd10f62f1b0983b20cf99dd4780ea73236eb0c;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 - -