Skip to content

Commit

Permalink
Fix No console executable blender name (Blender-Launcher)
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-IX committed Nov 24, 2024
1 parent 2674f41 commit 2909f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/modules/build_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ def get_args(info: BuildInfo, exe=None, launch_mode: LaunchMode | None = None, l
else:
if (
get_launch_blender_no_console()
and (launcher := (library_folder / info.link / "blender_launcher.exe")).exists()
and (launcher := (library_folder / info.link / "blender-launcher.exe")).exists()
):
b3d_exe = launcher
else:
Expand Down

0 comments on commit 2909f77

Please sign in to comment.