Skip to content
Snippets Groups Projects
Verified Commit 430eaf30 authored by Louis's avatar Louis :fire:
Browse files

Fix links to windows build

parent c463388d
No related branches found
No related tags found
No related merge requests found
Pipeline #726 passed with stages
in 1 minute and 54 seconds
......@@ -43,7 +43,7 @@ Options:
## Downloads
- [Latest Linux Version](https://lab.lcr.gr/microhacks/crunch/-/jobs/artifacts/trunk/raw/target/release/crunch?job=build-linux)
- [Latest Windows Version](https://lab.lcr.gr/microhacks/crunch/-/jobs/artifacts/trunk/raw/target/x86_64-pc-windows-gnu/crunch.exe?job=build-windows)
- [Latest Windows Version](https://lab.lcr.gr/microhacks/crunch/-/jobs/artifacts/trunk/raw/target/x86_64-pc-windows-gnu/release/crunch.exe?job=build-windows)
## Build From Source
......@@ -61,4 +61,4 @@ follow the below instructions:
- Clone this repository
- Run `cargo build --release`
- Optionally, `strip` the binary
- Copy `target/release/crunch` to a folder located in your `$PATH`
\ No newline at end of file
- Copy `target/release/crunch` to a folder located in your `$PATH`
......@@ -9,7 +9,7 @@ Crunch is automatically built for Windows and Linux when changes are merged to t
tests, and compiles successfully. These binaries contain the latest updates, and may differ slightly from
these docs:
- [Latest version for Windows](https://lab.lcr.gr/microhacks/crunch/-/jobs/artifacts/trunk/raw/target/x86_64-pc-windows-gnu/crunch.exe?job=build-windows)
- [Latest version for Windows](https://lab.lcr.gr/microhacks/crunch/-/jobs/artifacts/trunk/raw/target/x86_64-pc-windows-gnu/release/crunch.exe?job=build-windows)
- [Latest version for Linux](https://lab.lcr.gr/microhacks/crunch/-/jobs/artifacts/trunk/raw/target/release/crunch?job=build-linux)
## Via Cargo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment