Jelajahi Sumber

Fixed entry point being packed twice.

Christopher Reed 12 tahun lalu
induk
melakukan
3d3bfc11f9
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      Tools/Contents/polybuild/Source/polybuild.cpp

+ 0 - 2
Tools/Contents/polybuild/Source/polybuild.cpp

@@ -358,8 +358,6 @@ int main(int argc, char **argv) {
 	color->addChild("green", backgroundColorG);
 	color->addChild("green", backgroundColorG);
 	color->addChild("blue", backgroundColorB);
 	color->addChild("blue", backgroundColorB);
 
 
-	addFileToZip(z, entryPoint, entryPoint, false);
-
 	if(configFile.root["fonts"]) {
 	if(configFile.root["fonts"]) {
 		runInfo.root.addChild(configFile.root["fonts"]);
 		runInfo.root.addChild(configFile.root["fonts"]);
 	}
 	}