chromium-proxy-settings/build.sh

7 lines
131 B
Bash
Raw Normal View History

2024-02-18 08:54:29 +01:00
#!/bin/sh
set -e
2024-02-18 10:39:19 +01:00
rm -rf out proxy-settings.crx
2024-02-18 08:54:29 +01:00
npx tsc
2024-02-18 11:16:27 +01:00
cp manifest.json ./*.html out
2024-02-18 10:39:19 +01:00
npx crx3 -p key.pem -o proxy-settings.crx out