1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-10 19:26:12 +02: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
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

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'}),
]);
}