mirror of
https://github.com/winapps-org/winapps.git
synced 2025-09-26 11:19:34 +02:00
Add .gitattributes + Fix encodings
Signed-off-by: Rohan Barar <rohan.barar@gmail.com>
This commit is contained in:
4
.gitattributes
vendored
Normal file
4
.gitattributes
vendored
Normal file
@@ -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
|
@@ -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'.
|
||||
)
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user