bugfix: Dont rename logo filenames (#282)
This commit is contained in:
parent
5a644b0856
commit
09e1de06ce
1
Makefile
1
Makefile
|
|
@ -71,6 +71,7 @@ webui-dist:
|
|||
rm -rf webui webui.dev/dist
|
||||
cd webui.dev && npm install
|
||||
cd webui.dev && parcel build --public-url "." && mv dist ../webui
|
||||
cp webui.dev/*.png webui/
|
||||
|
||||
clean:
|
||||
rm -rf dist OliveTin OliveTin.armhf OliveTin.exe reports gen
|
||||
|
|
|
|||
|
|
@ -20,7 +20,11 @@
|
|||
},
|
||||
"author": "",
|
||||
"parcelIgnore": [
|
||||
"theme.css"
|
||||
"theme.css",
|
||||
"OliveTinLogo.png",
|
||||
"OliveTinLogo-57px.png",
|
||||
"OliveTinLogo-120px.png",
|
||||
"OliveTinLogo-180px.png"
|
||||
],
|
||||
"license": "ISC"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue