Explorar el Código

[installer] Testing rmdir solution (issue #2758)

Cauê Waneck hace 11 años
padre
commit
fa25d479b6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      extra/installer.nsi

+ 1 - 0
extra/installer.nsi

@@ -122,6 +122,7 @@ Section "Haxe ${VERSION}" Main
 	SectionIn 1 2 RO
 	SetOverwrite on
 
+	RMDir /r /REBOOTOK "$INSTDIR\haxe\std"
 	SetOutPath "$INSTDIR\haxe"
 
 	File /r /x .svn /x *.db /x Exceptions.log /x .local /x .multi /x *.pdb /x *.vshost.exe /x *.vshost.exe.config /x *.vshost.exe.manifest "resources\haxe\*.*"