Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit d884db5

Browse files
committed
Revert "UPBGE: Comment code which gives a warning in export as runtime"
This reverts commit ada1079. Thanks @lordloki for info about copyright.txt file
1 parent ada1079 commit d884db5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

game_engine_save_as_runtime_eevee.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,10 @@ def WriteRuntime(player_path, output_path, new_icon_path, copy_python, overwrite
269269
src = os.path.join(blender_dir, "license")
270270
dst = os.path.join(runtime_dir, "engine.license")
271271
shutil.copytree(src, dst)
272-
#license_folder = os.path.join(runtime_dir, "engine.license")
273-
#src = os.path.join(blender_dir, "copyright.txt")
274-
#dst = os.path.join(license_folder, "copyright.txt")
275-
#shutil.copy2(src, dst)
272+
license_folder = os.path.join(runtime_dir, "engine.license")
273+
src = os.path.join(blender_dir, "copyright.txt")
274+
dst = os.path.join(license_folder, "copyright.txt")
275+
shutil.copy2(src, dst)
276276
print("done")
277277

278278
from bpy.props import *

0 commit comments

Comments
 (0)