moreupdates
[synfig.git] / synfig-core / trunk / src / tool / tool.nsh
1 ; The stuff to install\r
2 Section "Synfig Tool"\r
3 \r
4 ;  SectionIn RO\r
5   \r
6   ; Set output path to the installation directory.\r
7   SetOutPath "$INSTDIR\bin"\r
8   \r
9   ; Put file there\r
10   File "src\tool\.libs\synfig.exe"\r
11 \r
12 SectionEnd\r
13 \r
14 Section "un.Synfig Tool Uninstall"\r
15         Delete "$INSTDIR\bin\synfig.exe"\r
16         RMDir "$INSTDIR"\r
17 SectionEnd\r
18 \r
19 \r