Skip to content

Fix AutoHotkey launch in setup script#68

Merged
h4rm0n1c merged 1 commit intomainfrom
codex/fix-autohotkey-installation-issue
Jan 23, 2026
Merged

Fix AutoHotkey launch in setup script#68
h4rm0n1c merged 1 commit intomainfrom
codex/fix-autohotkey-installation-issue

Conversation

@h4rm0n1c
Copy link
Copy Markdown
Owner

Motivation

  • The FlexTalk installer automation used a shell association to launch the AutoHotkey script which can fail when AutoHotkey.exe is not present or not associated in the Wine prefix, breaking the unattended setup.

Description

  • Update scripts/winetricks/setup_nettts_prefix.sh to resolve the AutoHotkey script path and search for AutoHotkey.exe under both Program Files and Program Files (x86) in the Wine prefix, invoking the binary directly via wine when found and otherwise falling back to wine cmd /c start "" <script> with a warning.

Testing

  • No automated tests were run for this script-only change.

Codex Task

@h4rm0n1c h4rm0n1c merged commit 915f63d into main Jan 23, 2026
2 checks passed
@h4rm0n1c h4rm0n1c deleted the codex/fix-autohotkey-installation-issue branch January 23, 2026 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant