Build windows version with github workflow or codespace? #1475
Unanswered
Fred-Vatin
asked this question in
Q&A
Replies: 1 comment 4 replies
-
You can try adapting the macos-build workflow: https://github.com/jtroo/kanata/actions/runs/12272295379/workflow I don't know if the Windows runner uses the windows-gnu or the windows-msvc toolchain though; the windows-msvc toolchain is the one required. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Anyone knows if someone released such a workflow to build any version of kanata for windows?
I tried using github codespace but it runs on linux with the current
devcontainer.json
and I don’t know if it would be possible to use windows container for Rust MSVC that really work, a fortiori in codespace. But if someone has a workingdevcontainer.json
to do so, please share. It would be awesome because I don’t want to install Rust in my system just to build the winIOv2 1.6.1 with cmd support. I think the build command iscargo build --release --features win_manifest,cmd,win_llhook_read_scancodes,win_sendinput_send_scancodes
. Can you confirm? I need to test this version because thekanata_cmd_allowed.exe
is not as reliable as the wintercept version and the latter has been having problems lately.Or if someone could build this winIOv2 1.6.1 with cmd support for me, I would be grateful. I suggest this winIOv2 with cmd support to be in the next release along with the other builds.
Beta Was this translation helpful? Give feedback.
All reactions