Initial Stable Commit
[synfig.git] / synfig-core / trunk / src / tool / tool.nsh
diff --git a/synfig-core/trunk/src/tool/tool.nsh b/synfig-core/trunk/src/tool/tool.nsh
new file mode 100644 (file)
index 0000000..20341d5
--- /dev/null
@@ -0,0 +1,19 @@
+; The stuff to install\r
+Section "Synfig Tool"\r
+\r
+;  SectionIn RO\r
+  \r
+  ; Set output path to the installation directory.\r
+  SetOutPath "$INSTDIR\bin"\r
+  \r
+  ; Put file there\r
+  File "src\tool\.libs\sinfg.exe"\r
+\r
+SectionEnd\r
+\r
+Section "un.Synfig Tool Uninstall"\r
+       Delete "$INSTDIR\bin\sinfg.exe"\r
+       RMDir "$INSTDIR"\r
+SectionEnd\r
+\r
+\r