6 lines
129 B
Bash
Executable file
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
|