From 471bfdce5869bb6d95c0583c5af3ebb0621d5075 Mon Sep 17 00:00:00 2001 From: Rohan Barar Date: Sat, 20 Sep 2025 09:00:36 +1000 Subject: [PATCH] Add .gitattributes + Fix encodings Signed-off-by: Rohan Barar --- .gitattributes | 4 ++++ oem/install.bat | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..459dcce --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Ensure Windows-friendly line endings and encoding for batch and registry files +*.bat text eol=crlf +*.cmd text eol=crlf +*.reg text eol=crlf working-tree-encoding=UTF-16LE-BOM diff --git a/oem/install.bat b/oem/install.bat index 9a5aa84..1b116f6 100644 --- a/oem/install.bat +++ b/oem/install.bat @@ -40,7 +40,7 @@ if %ERRORLEVEL% equ 0 ( echo [SUCCESS] Firewall changes applied successfully. ) else ( echo [ERROR] Failed to apply firewall changes. - echo Please manually enable Remote Desktop via 'Settings ► System ► Remote Desktop'. + echo Please manually enable Remote Desktop via 'Settings --> System --> Remote Desktop'. ) )