chromium-proxy-settings/build.sh
Mathieu Strypsteen ba5c9b25db
All checks were successful
Build / build (push) Successful in 19s
Reuse signing key
2024-02-18 11:16:27 +01:00

6 lines
131 B
Bash
Executable file

#!/bin/sh
set -e
rm -rf out proxy-settings.crx
npx tsc
cp manifest.json ./*.html out
npx crx3 -p key.pem -o proxy-settings.crx out