| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | build.ps1: change tarball/distname | dilluti0n | 2026-07-15 | 1 | -3/+4 |
| | | |||||
| * | build.ps1: fix version detection | dilluti0n | 2026-07-14 | 1 | -1/+3 |
| | | | | | Version for crates/windivert was detected first | ||||
| * | build: update CHANGELOG path on build.ps1 | dilluti0n | 2026-02-15 | 1 | -1/+1 |
| | | | | | since Windows cannot resolve symlink | ||||
| * | windows: include Windows guide and start_fake.bat in dist zip | hskimse | 2026-01-04 | 1 | -1/+5 |
| | | |||||
| * | ci: build.ps1: fix distribution path handling in release zip | hskimse | 2025-09-12 | 1 | -2/+6 |
| | | | | | | | * Only remove $DistPath if it exists instead of removing $DistDir entirely * Change Compress-Archive call to run from $DistDir so the top-level distribution directory is preserved in the zipball | ||||
| * | Ensure WinDivert is present on ci and build.ps1 fail early on errors | dilluti0n | 2025-09-11 | 1 | -22/+22 |
| | | | | | | | | | | | | | | | | | | | * github: download and extract WinDivert before running build * build: add check for WinDivert path existence and fail early * build: stop on missing distribution files instead of skipping The release workflow failed because WinDivert binaries were not present, and the build script continued execution even when cargo build failed. Ensure WinDivert is downloaded in CI and explicitly check its path before packaging. Also, make the build script exit immediately on missing files or build errors. Reported-by: dilluti0n <[email protected]> Link: https://github.com/dilluti0n/dpibreak/issues/1 Fixes: #1 | ||||
| * | build: add release script for windows | dilluti0n | 2025-09-07 | 1 | -0/+208 |
