fresh build

This commit is contained in:
2026-08-22 07:56:15 +05:00
parent f201d5bf9c
commit 72e07f6a01
9 changed files with 28 additions and 250 deletions
Executable
+16
View File
@@ -0,0 +1,16 @@
#!/usr/bin/env bash
set -euo pipefail
cd /source
OUT_DIR="/source/builds"
mkdir -p "$OUT_DIR"
git clone https://github.com/httptoolkit/httptoolkit-ui
git clone https://github.com/httptoolkit/httptoolkit-server
##
## add the patch codes here
##
cp -v dist/httptoolkit "$OUT_DIR/httptoolkit"