chromium-proxy-settings/build.sh
Mathieu Strypsteen b10bc1acf3
All checks were successful
Build / build (push) Successful in 22s
Switch to bash
2024-09-12 12:54:19 +02:00

7 lines
206 B
Bash
Executable file

#!/bin/bash
set -euo pipefail
rm -rf out proxy-settings.crx
npx tsc
cp manifest.json ./*.html out
sed "s/{{DATE}}/$(date -u "+%Y.%m.%d")/" -i out/manifest.json
npx crx3 -p key.pem -o proxy-settings.crx out