mikymod 12 anni fa
parent
commit
136e0cc823
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      utils/crown-android.rb

+ 1 - 1
utils/crown-android.rb

@@ -173,7 +173,7 @@ def fill_android_project(res, path)
 	print "Copied Android Manifest to " + path  + "\n"
 
 	#Copy resources
-	FileUtils.cp_r(res, resources_dest, :remove_destination => true)
+	FileUtils.cp_r(res + "/.", resources_dest, :remove_destination => true)
 	print "Resources copied to " + resources_dest  + "\n"
 
 end