Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / tool / tool.nsh
index 20341d5..57ce8d3 100644 (file)
@@ -1,19 +1,20 @@
-; 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
+; 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
+
+