summaryrefslogtreecommitdiffhomepage
path: root/build.ps1
Commit message (Collapse)AuthorAgeFilesLines
* build.ps1: change tarball/distnamedilluti0n2026-07-151-3/+4
|
* build.ps1: fix version detectiondilluti0n2026-07-141-1/+3
| | | | Version for crates/windivert was detected first
* build: update CHANGELOG path on build.ps1dilluti0n2026-02-151-1/+1
| | | | since Windows cannot resolve symlink
* windows: include Windows guide and start_fake.bat in dist ziphskimse2026-01-041-1/+5
|
* ci: build.ps1: fix distribution path handling in release ziphskimse2025-09-121-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 errorsdilluti0n2025-09-111-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 windowsdilluti0n2025-09-071-0/+208