Commit b1aa8ad
Fix manifest script SHA HASH when files have different line endings (#2278)
Sometimes when someone is editing a file on their system, the line endings get mixed or change to a different system. PoB expects them to use CRLF so if you hash a file based on different line endings then it can result in the wrong hash and PoB will not download it
We now use a regex to normalise all the lines before hashing so that we always get a CRLF hash
Co-authored-by: LocalIdentity <localidentity2@gmail.com>1 parent 54b128b commit b1aa8ad
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
105 | 108 | | |
106 | 109 | | |
107 | 110 | | |
| |||
0 commit comments