-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
According to https://docs.velopack.io/contributing/compiling the correct way to build on Windows Release mode is as follows:
On Windows:
git clone https://github.com/velopack/velopack.git
cd velopack/src/Rust
cargo build --release --features windows
copy {path_to_osx_update} target/release/updatemac
dotnet build -c Release /p:PackRustAssets=true
copy {path_to_osx_update} target/release/updatemac is confusing (and no such step is included in the OSX build instructions). As a windows user, I'm not clear what {path_to_osx_update} even means. Is the documentation asking us to build the OSX version before building the windows version?
Of course, it's also possible this is just a documentation bug, rather than a clarity issue.
Metadata
Metadata
Assignees
Labels
No labels