chromium-proxy-settings/build.sh
Mathieu Strypsteen fc61e8bd65
All checks were successful
Build / build (push) Successful in 33s
Use date as version
2024-02-18 15:39:48 +01:00

7 lines
193 B
Bash
Executable file

#!/bin/sh
set -e
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