You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried installing Locale Emulator with choco install locale-emulator but failed. The error seems to be from AutoHotkey (because AHK version >=2 does not support #NoEnv?).
As a workaround, first I need to install AHK v1 (choco install autohotkey.portable --version=1.1.37.1), then install locale-emulator.
Could you either pin the AHK dependency to (≥ 1.1.30, <2) or fix the install script so it works with AHK v2? Thanks!
Edit: I just saw you already have pull requests for updating AHK scripts to v2. This can be closed after they are merged, I think?
The text was updated successfully, but these errors were encountered:
Hi,
I tried installing Locale Emulator with
choco install locale-emulator
but failed. The error seems to be from AutoHotkey (because AHK version >=2 does not support#NoEnv
?).As a workaround, first I need to install AHK v1 (
choco install autohotkey.portable --version=1.1.37.1
), then install locale-emulator.Could you either pin the AHK dependency to (≥ 1.1.30, <2) or fix the install script so it works with AHK v2? Thanks!
Edit: I just saw you already have pull requests for updating AHK scripts to v2. This can be closed after they are merged, I think?
The text was updated successfully, but these errors were encountered: