Added Unix line ending for windows

This commit is contained in:
newbit1
2023-06-18 17:22:53 +02:00
parent b9d866ff79
commit 6ae2d5b39f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
*.sh text eol=lf
+1
View File
@@ -342,6 +342,7 @@ rootAVD.bat system-images\android-25\google_apis_playstore\armeabi-v7a\ramdisk.i
### Change Logs
#### [June 2023]
* [General] - Added `.gitattributes` with `*.sh text eol=lf` to force UNIX line ending on Windows
* [rootAVD.bat] - rewritten the file and folder handling entirely
* [rootAVD.bat] - fixed typos and bug fixes
* [rootAVD.bat] - updated the TestADB routine, adb path will now be set automatically