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

mj-v1.14.3
Kyle D 3 years ago committed by GitHub
parent 41c0776568
commit 4c6e029506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save