Closed glennsarti closed 5 years ago
The building is failing because the key file .snk file is modified. Please revert the change to the .snk file. In addition, you may not change .png file either because it may not display properly after the change. @glennsarti thank you for your contributions the SHiPS!
Whoopsy. Was a bit overzealous there...fixed and rebased.
Thanks. test on Windows desktop is failing, it looks like something to do with the encoding.
There were some hidden whitespace characters and emdash causing issues. Also modified the UTF16 files so they now appear as text files not binary.
Thanks, glennsarti!
Fixes #103
Previously the source files had wildly divergent text encodings, including UTF16 which git sees as a binary file. This commit converts all text files to UTF8 without BOM to standardise on a cross platform text file encoding format.