Skip to content

Commit 327aaa8

Browse files
authored
Merge f873ea1 into sapling-pr-archive-erikbrinkman
2 parents a2af055 + f873ea1 commit 327aaa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dev": "next dev",
1212
"fmt": "biome format --write",
1313
"lint": "tsc && biome check",
14-
"export:images": "<<< $'16\n32\n48\n128' xargs -I@ magick -background none public/repub.svg -resize @x@ images/repub_@.png && magick images/repub_*.png favicon.ico",
14+
"export:images": "<<< $'16\n32\n48\n128' xargs -I@ rsvg-convert -w @ -h @ public/repub.svg -o images/repub_@.png && magick images/repub_*.png favicon.ico",
1515
"export:bundle": "bun build src/background.ts src/offscreen.ts src/popup.ts --outdir . --sourcemap=linked",
1616
"export:options": "next build",
1717
"export:pack": "zip -r --filesync repub.zip background.js background.js.map favicon.ico images/*.png manifest.json offscreen.html popup.html popup.js popup.js.map offscreen.js offscreen.js.map out",

0 commit comments

Comments
 (0)