From 205caef7a52b2c0df016622385c2d4e54df228fe Mon Sep 17 00:00:00 2001 From: BlacAmDK Date: Tue, 21 Nov 2023 22:41:37 +0800 Subject: [PATCH] Fix Linux autostart config line endings (#1049) Fix Linux autostart config line endings. --- sys/AutoRun.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/AutoRun.cpp b/sys/AutoRun.cpp index 4fc7bb6ce..dbceffdbf 100644 --- a/sys/AutoRun.cpp +++ b/sys/AutoRun.cpp @@ -149,7 +149,7 @@ bool AutoRun_IsEnabled() { #include #include -#define NEWLINE "\r\n" +#define NEWLINE "\n" // launchatlogin.cpp // ShadowClash