X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Ftool%2Ftool.nsh;h=8befd6fd151506b9439e4da183d517018ee52a48;hb=28f28705612902c15cd0702cc891fba35bf2d2df;hp=20341d5cb8ee73c9f3a51cb2cffd939c5df2a77d;hpb=2c43cbfff01496919316f600ee76112be551392d;p=synfig.git diff --git a/synfig-core/trunk/src/tool/tool.nsh b/synfig-core/trunk/src/tool/tool.nsh index 20341d5..8befd6f 100644 --- a/synfig-core/trunk/src/tool/tool.nsh +++ b/synfig-core/trunk/src/tool/tool.nsh @@ -7,12 +7,12 @@ Section "Synfig Tool" SetOutPath "$INSTDIR\bin" ; Put file there - File "src\tool\.libs\sinfg.exe" + File "src\tool\.libs\synfig.exe" SectionEnd Section "un.Synfig Tool Uninstall" - Delete "$INSTDIR\bin\sinfg.exe" + Delete "$INSTDIR\bin\synfig.exe" RMDir "$INSTDIR" SectionEnd