Selaa lähdekoodia

Updated createrelease version

Mark Sibly 8 vuotta sitten
vanhempi
commit
edbbacef5c
1 muutettua tiedostoa jossa 2 lisäystä ja 3 poistoa
  1. 2 3
      src/createrelease/createrelease.monkey2

+ 2 - 3
src/createrelease/createrelease.monkey2

@@ -5,7 +5,7 @@
 Using libc..
 Using libc..
 Using std..
 Using std..
 
 
-Const MX2CC_VERSION:="1.1.03"
+Const MX2CC_VERSION:="1.1.04"
 
 
 Const OUTPUT:="Monkey2-v"+MX2CC_VERSION
 Const OUTPUT:="Monkey2-v"+MX2CC_VERSION
 
 
@@ -36,7 +36,7 @@ Function CopyFiles( dir:String )
 #elseif __TARGET__="linux"
 #elseif __TARGET__="linux"
 		If file.Contains( "_windows" ) Continue
 		If file.Contains( "_windows" ) Continue
 		If file.Contains( "_macos" ) Continue
 		If file.Contains( "_macos" ) Continue
-#endif
+#Endif
 			
 			
 		Local src:=dir+"/"+file
 		Local src:=dir+"/"+file
 		
 		
@@ -190,6 +190,5 @@ Function Main()
 #endif
 #endif
 
 
 	Print "~nFinished!!!!!"
 	Print "~nFinished!!!!!"
-
 	
 	
 End
 End