diff --git a/blender/arm/make.py b/blender/arm/make.py index 892ce8ac5d..7e87a01560 100755 --- a/blender/arm/make.py +++ b/blender/arm/make.py @@ -514,8 +514,8 @@ def build_success(): if arm.utils.get_os() == 'win': cmd.append('--consolepid') cmd.append(str(os.getpid())) - if wrd.arm_audio == 'Enabled' and arm.utils.get_os() != 'mac': - cmd.append('--sound') + if wrd.arm_audio == 'Disabled': + cmd.append('--nosound') state.proc_play = run_proc(cmd, play_done) elif state.is_publish: