Cas_
Cas_
seems like the entrypoint contains CRLF instead of plain LF, which causes issues
@garethgeorge by far the easiest way to solve this is with [nsis](https://nsis.sourceforge.io/Main_Page), I created a simple NSIS script for this, I think it's the best solution because it also can...
@garethgeorge I noticed there's an issue in the build script i provided, all the icon shortcuts are wrong, instead of `"${BUILD_DIR}\icon.ico"` they should be `"$INSTDIR\icon.ico"`, I haven't checked if you...
i never added it because i honestly have no clue how to remove fonts from libass safely x)
just firefox things, feel free to disable offscreen canvas in ff, i cba fixing this for firefox for the 5th time, they simply can't implement it properly
 can't reproduce
this is likely due to offscreen render, it's a chromium bug
as I said, disabling offscreen render fixes this on android, I don't know why this happens, I assume it occurs when the bitmap given to skia is too big?
closing as no reproduction is available