MD
MD
I found this [https://www.electron.build/cli](https://www.electron.build/cli) and this [https://github.com/electron-userland/electron-builder/pull/5558](https://github.com/electron-userland/electron-builder/pull/5558). I don't really understand whats going on but i added the --arm64 flag to the windows build script. The build looked good initially...
Never mind, i found the folder `release\win-arm64-unpacked` after the build. The release inside works on my machine.
Hi, might be a little of topic, but I got the GPU plugin to work under windows on arm64. I compiled rlawt with msvc. Got lwjgl jars for windows arm64...
Certificate authentication works fine for me with using pageant and wsl-ssh-pageant in cobination. https://github.com/benpye/wsl-ssh-pageant https://www.putty.org/
I know windows on arm in not an offically supportet platform, but just in case here is the output of alacritty -vvv. I have opacity not working as well. OS:...
Building from source works for me using the CLANGARM64 toolchain of MSYS2. I noticed cmake was using ninja-build by default, which worked ok for me. I pretty much followed the...