evilC / AutoHotInterception

An AutoHotkey wrapper for the Interception driver
MIT License
707 stars 64 forks source link

Compilation doesn't seem to include Interception files (or extracts improperly) #74

Open arimgibson opened 3 years ago

arimgibson commented 3 years ago

When shipping the .exe alone as suggested in the README, I get the following error. The Lib folder is created properly but it doesn't seem like anything actually finishes extracting there before the script runs. It only contains an empty x64 folder.

image

When the .exe is shipping along with the lib folder used during development, AHK is able to properly reference that and run the script perfectly.