X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fsynfig_0_61_04%2Fsynfig-core%2Fsrc%2Ftool%2Ftool.nsh;fp=synfig-core%2Ftags%2Fsynfig_0_61_04%2Fsynfig-core%2Fsrc%2Ftool%2Ftool.nsh;h=0000000000000000000000000000000000000000;hb=3a6643238c67c043fc3592837a05d6d2861967f1;hp=472788ea36f680b5e4c7d4ec7805c53cc3130dc5;hpb=47fce282611fbba1044921d22ca887f9b53ad91a;p=synfig.git diff --git a/synfig-core/tags/synfig_0_61_04/synfig-core/src/tool/tool.nsh b/synfig-core/tags/synfig_0_61_04/synfig-core/src/tool/tool.nsh deleted file mode 100644 index 472788e..0000000 --- a/synfig-core/tags/synfig_0_61_04/synfig-core/src/tool/tool.nsh +++ /dev/null @@ -1,19 +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" -SectionEnd - -