bitwarden-autotype icon indicating copy to clipboard operation
bitwarden-autotype copied to clipboard

How to install?

Open hspindel opened this issue 1 year ago • 1 comments

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.

hspindel avatar Dec 24 '22 01:12 hspindel