bugfix: Dont rename logo filenames (#282)

This commit is contained in:
James Read 2024-04-20 00:27:13 +01:00 committed by GitHub
parent 5a644b0856
commit 09e1de06ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10701 additions and 10696 deletions

View File

@ -71,6 +71,7 @@ webui-dist:
rm -rf webui webui.dev/dist rm -rf webui webui.dev/dist
cd webui.dev && npm install cd webui.dev && npm install
cd webui.dev && parcel build --public-url "." && mv dist ../webui cd webui.dev && parcel build --public-url "." && mv dist ../webui
cp webui.dev/*.png webui/
clean: clean:
rm -rf dist OliveTin OliveTin.armhf OliveTin.exe reports gen rm -rf dist OliveTin OliveTin.armhf OliveTin.exe reports gen

View File

@ -20,7 +20,11 @@
}, },
"author": "", "author": "",
"parcelIgnore": [ "parcelIgnore": [
"theme.css" "theme.css",
"OliveTinLogo.png",
"OliveTinLogo-57px.png",
"OliveTinLogo-120px.png",
"OliveTinLogo-180px.png"
], ],
"license": "ISC" "license": "ISC"
} }