CrossPaste / crosspaste-desktop

Universal Pasteboard Across Devices
https://crosspaste.com
GNU Affero General Public License v3.0
790 stars 34 forks source link

Support Windows on Arm #1628

Open xgdgsc opened 1 month ago

xgdgsc commented 1 month ago

Solution

No response

Alternatives

No response

How important is this improvement for you?

Fairly niche but nice to have anyway

guiyanakuang commented 1 month ago

Currently, the only reason preventing the build for Windows on ARM is the lack of an officially released chrome-headless-shell that supports Windows on ARM. This is an important component of CrossPaste, used to support the display of rich text HTML. Although I've investigated some articles on how to build it ourselves, this would increase maintenance costs. CrossPaste is still in active iteration, and prioritizing the completion of features in the current version takes precedence. If an official Windows on ARM version of chrome-headless-shell becomes available, I think supporting it would become quite simple.