anonymous1184/bitwarden-autotype

Setup.ahk fails install

Oxika95 opened this issue · 1 comments

The project has already pre-built binaries from where you can either run it in portable mode (bw-at.exe) or use the installer (setup.exe), the later does everything it needs automatically and AutoType can works in applications with higher integrity (UIPI):

https://github.com/anonymous1184/bitwarden-autotype/releases/latest

The setup.ahk is meant to create the installer, not directly install.

If you don't want to use the pre-built binaries and you have experience with AutoHotkey you can manually run bw-at.ahk, the other option is to build your own binaries by using the build.ahk script.