Просмотр исходного кода

Merge branch 'polybuild-entrypoint' of https://github.com/christopherreed/Polycode into pullreq_testing

Ivan Safrin 12 лет назад
Родитель
Сommit
5d2e5f4b93
1 измененных файлов с 0 добавлено и 2 удалено
  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("blue", backgroundColorB);
 
-	addFileToZip(z, entryPoint, entryPoint, false);
-
 	if(configFile.root["fonts"]) {
 		runInfo.root.addChild(configFile.root["fonts"]);
 	}