chromium-proxy-settings/build.sh

6 lines
95 B
Bash
Raw Normal View History

2024-02-18 08:54:29 +01:00
#!/bin/sh
set -e
npx tsc
rm -f proxy-settings.zip
zip proxy-settings manifest.json *.html *.js