Đặng Đoàn Đức Trung
Đặng Đoàn Đức Trung
Can you check the latest release and see if it works?
I will consider :)
Try replacing \ with /
@razorescu Since you're on Linux, you need to install mingw-g++. I believe for Ubuntu, it is the `g++-mingw-w64` package.
That should work, you have to set the correct CXX and WINDRES first. For example, I had ```makefile CXX := i686-w64-mingw32-g++ WINDRES := i686-w64-mingw32-windres ``` on the top of my...