chromium-proxy-settings/build.sh
Mathieu Strypsteen 41b644a697
All checks were successful
Build / build (push) Successful in 18s
Build CRX file
2024-02-18 10:39:19 +01:00

6 lines
129 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