Files
2026-04-19 15:30:14 -04:00

7 lines
79 B
Bash
Executable File

#!/bin/bash
cd src
cp firefox_manifest.json manifest.json
web-ext build
cd ..