Skip to content

Incorrect Build Instructions #35

@briangithex

Description

@briangithex

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions