瀏覽代碼

Make file name extensions lower case for cross-platform support

Linux and UNIX operating systems have case-sensitive filesystems.
This means requests for `.png` cannot find files with `.PNG`,
because they are treated as different files.
Alexander 2 年之前
父節點
當前提交
e5463b369d
共有 2 個文件被更改,包括 0 次插入0 次删除
  1. 0 0
      res/Images/Darmstadt.jpg
  2. 0 0
      res/Images/image_not_found.png

+ 0 - 0
res/Images/Darmstadt.JPG → res/Images/Darmstadt.jpg


+ 0 - 0
res/Images/image_not_found.PNG → res/Images/image_not_found.png