1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-03 09:07:19 +00:00

Use gitea.svg for public/img/gitea-gitea.svg instead of logo.svg (#14479)

This commit is contained in:
Kyle D
2021-01-27 11:15:39 -05:00
committed by GitHub
parent 41c0776568
commit 4c6e029506

View File

@ -65,7 +65,7 @@ async function main() {
await Promise.all([
...processFiles('../node_modules/@primer/octicons/build/svg/*-16.svg', {prefix: 'octicon'}),
...processFiles('../web_src/svg/*.svg'),
...processFiles('../assets/logo.svg', {fullName: 'gitea-gitea'}),
...processFiles('../public/img/gitea.svg', {fullName: 'gitea-gitea'}),
]);
}