ソースを参照

Merge branch 'master' into tools-decoupling

Daniele Bartolini 12 年 前
コミット
f51a2e8bf9
1 ファイル変更0 行追加3 行削除
  1. 0 3
      tools/cli/resource-compiler.py

+ 0 - 3
tools/cli/resource-compiler.py

@@ -85,9 +85,6 @@ class CompilerHelper:
 		print("Compiling resources...")
 		self.m_compiler.compile_all()
 
-		print("Copying game library...")
-		shutil.copy(self.root_path() + "/" + GAME_LIBRARY_FILE, self.dest_path())
-
 		print("Writing perfect seed...")
 		self.write_perfect_seed()