Files
remove-youtube-suggestions/make_firefox.sh
T
Lawrence Hook eb3ca2e13e Fix permissions
2024-12-13 21:55:06 -05:00

7 lines
79 B
Bash
Executable File

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