MCOfficer / bitwarden-autotype

The missing desktop-autotype for Bitwarden. WIP and currently Windows-only.
MIT License
34 stars 1 forks source link

How to install? #166

Open hspindel opened 1 year ago

hspindel commented 1 year ago

I figured out that you are using an innosetup script, but when I double-click that script I get:

Compiler error: Line 4: Required parameter FileName missing

Then kInd of figured out that you are using Rust, which I know nothing about. Installed Rust, and tried: rustc build.rs

Got this:

error[E0433]: failed to resolve: use of --> build.rs:3:23 | 3 | let mut res = winres::Windo | ^^^^^^ use of

error: aborting due to previous error

Tried: cargo build It downloaded a bunch of stuff but got some errors. It created a target directory but I don't know what to do with it. Tried to run the innosetup file again and got the same error as previous.

I"m lost as to how to get this installed.

MCOfficer commented 1 year ago

Edit: before you sink time into this, also take note of https://github.com/MCOfficer/bitwarden-autotype/issues/141#issuecomment-1288083878


The simplest way is to just use the release binaries: https://github.com/MCOfficer/bitwarden-autotype/releases

Otherwise:

As for Innosetup, I can't recall how I used it on my dev machine. The CI just invokes iscc: https://github.com/MCOfficer/bitwarden-autotype/blob/8778fae401a0de7969195dfc2c72cd7f8cd8ae39/.github/workflows/build.yml#L30