Mark Sibly 8 ani în urmă
părinte
comite
284db64301
1 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  1. 3 1
      src/createrelease/createrelease.monkey2

+ 3 - 1
src/createrelease/createrelease.monkey2

@@ -5,7 +5,7 @@
 Using libc..
 Using std..
 
-Const MX2CC_VERSION:="1.1.01"
+Const MX2CC_VERSION:="1.1.02"
 
 Const OUTPUT:="Monkey2-v"+MX2CC_VERSION
 
@@ -84,6 +84,8 @@ Function CopyRelease()
 	CopyFiles( "bananas" )
 	CopyFiles( "products" )
 	CopyFiles( "src" )
+	DeleteDir( "src/c2mx2",True )
+	DeleteDir( "src/mx23d",True )
 	CreateDir( output+"/devtools" )
 	
 	Copy( "hello-world.monkey2" )