diff --git a/game_engine_save_as_runtime.py b/game_engine_save_as_runtime.py
index e07efe3507c08faea9294b5be390acbd0af57c34..efc8690f75accaef5c1d6006f647a32cc6a9918f 100644
--- a/game_engine_save_as_runtime.py
+++ b/game_engine_save_as_runtime.py
@@ -112,7 +112,6 @@ def WriteRuntime(player_path, output_path, copy_python, overwrite_lib, copy_dlls
                                 compress=False,
                                 copy=True,
                                 )
-    blend_path += '.blend'
     
     # Get the blend data
     blend_file = open(blend_path, 'rb')