On my linux system I received the error 'Error: resource compiler "windres" not found, switching to external mode'.

While googling I found (link) and this actually solved it:

sudo apt-get install mingw-w64
sudo ln -s /usr/bin/x86_64-w64-mingw32-windres /usr/bin/windres