-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels