Use SVG icon for the error-page
This commit is contained in:
parent
2a33fdaec1
commit
667116b1a5
2
Makefile
2
Makefile
|
@ -39,4 +39,4 @@ native-uninstall:
|
|||
|
||||
.PHONY: xpi
|
||||
xpi:
|
||||
@rm -f shellfox.xpi && zip -r shellfox.xpi background.js manifest.json _locales html img/shellfox*.png
|
||||
@rm -f shellfox.xpi && zip -r shellfox.xpi background.js manifest.json _locales html img/shellfox*.png img/shellfox.svg
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<body>
|
||||
<span>
|
||||
<img style="display: inline; width: 3em;" src="../img/shellfox.png">
|
||||
<img style="display: inline; width: 3em;" src="../img/shellfox.svg">
|
||||
<h1 style="display: inline;" id="errorTitle">Shellfox failed to run command</h1>
|
||||
</span>
|
||||
|
||||
|
|
Ŝarĝante…
Reference in New Issue