From 26d17fc4029d12a641e575cd713b3f18d7b96170 Mon Sep 17 00:00:00 2001 From: bjorn Date: Tue, 12 Mar 2024 13:32:26 -0700 Subject: [PATCH] boot.lua: exit successfully when printing help; --- etc/boot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/boot.lua b/etc/boot.lua index a7727abb..1232e774 100644 --- a/etc/boot.lua +++ b/etc/boot.lua @@ -76,7 +76,7 @@ function lovr.boot() 'usage: lovr ', ' can be a Lua file, a folder with a main.lua file, or a zip archive' }, '\n')) - return 1 + return 0 end end end