omnom: fix firefox extension

This commit is contained in:
Sizhe Zhao
2025-07-01 14:17:27 +08:00
parent a5ecf849c5
commit db462ff67e
+1
View File
@@ -70,6 +70,7 @@ buildGoModule (finalAttrs: {
pushd build
zip "$out/omnom_ext_chrome.zip" ./* icons/* -x manifest_ff.json
cp manifest_ff.json manifest.json
zip "$out/omnom_ext_firefox.zip" ./* icons/* -x manifest_ff.json
popd
'';