flameshot icon indicating copy to clipboard operation
flameshot copied to clipboard

Compile for Windows ARM64

Open wbsdty331 opened this issue 2 years ago • 1 comments

Feature Description

By now, Flameshot doesn't have an official build for Windows ARM64. But it's totally possible, because Qt 6.2 has announced that they support Windows on ARM platform.

From my understanding, we should do:

  • [ ] Migrate to Qt >=6.2, which has official Windows on Arm support
  • [ ] add cross-compilation ci workflow on x86_64 platform
  • [x] MSVC arm64 build toolchain (available now)

wbsdty331 avatar Feb 16 '23 07:02 wbsdty331