Browse Source

Updated createrelease

Mark Sibly 8 years ago
parent
commit
c01ae83b17
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/createrelease/createrelease.monkey2

+ 4 - 0
src/createrelease/createrelease.monkey2

@@ -26,6 +26,10 @@ Function CopyFiles( dir:String )
 	CreateDir( output+"/"+dir )
 	
 	For Local file:=Eachin LoadDir( dir )
+		
+		If file=".gitignore" continue
+		
+		If file.Contains( "_raspbian" ) Continue
 
 #if __TARGET__="windows"
 		If file.Contains( "_macos" ) Continue