This PR improves development experience on windows:
Automatically converts lf to crlf in wallpaper.cfg (the program breaks with lf in this config on some windows environments)
Adds auto-copy of SDL2.dll from project root to the data folder, as it is constantly being deleted, resulting in a need to copy the SDL2.dll over and over again.
This PR improves development experience on windows:
lf
tocrlf
inwallpaper.cfg
(the program breaks withlf
in this config on some windows environments)SDL2.dll
from project root to thedata
folder, as it is constantly being deleted, resulting in a need to copy theSDL2.dll
over and over again.