flameshot
flameshot copied to clipboard
Compile for Windows ARM64
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)