Add logo to README and release package

A new logo has been added to the README file. The logo has also been included in the release package by updating the .goreleaser.yaml file. The related asset files have been managed properly with necessary hooks.
This commit is contained in:
Winni Neessen 2024-04-03 21:56:14 +02:00
parent 36617c8be2
commit ab818cf7df
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D
6 changed files with 78 additions and 0 deletions

View file

@ -10,6 +10,11 @@ before:
- go mod tidy - go mod tidy
- go mod download - go mod download
- go mod verify - go mod verify
- cp assets/apg-go.ico ./logo.ico
after:
hooks:
- rm ./logo.ico
builds: builds:
- env: - env:
@ -72,6 +77,8 @@ nfpms:
dmg: dmg:
- replace: false - replace: false
extra_files:
- logo.ico
universal_binaries: universal_binaries:
- replace: false - replace: false

View file

@ -13,6 +13,8 @@ SPDX-License-Identifier: CC0-1.0
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8677/badge)](https://www.bestpractices.dev/projects/8677) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8677/badge)](https://www.bestpractices.dev/projects/8677)
<a href="https://ko-fi.com/D1D24V9IX"><img src="https://uploads-ssl.webflow.com/5c14e387dab576fe667689cf/5cbed8a4ae2b88347c06c923_BuyMeACoffee_blue.png" height="20" alt="buy ma a coffee"></a> <a href="https://ko-fi.com/D1D24V9IX"><img src="https://uploads-ssl.webflow.com/5c14e387dab576fe667689cf/5cbed8a4ae2b88347c06c923_BuyMeACoffee_blue.png" height="20" alt="buy ma a coffee"></a>
<p align="center"><img src="./assets/apg-go.svg" width="250" alt="apg-go logo"/></p>
_apg-go_ is a simple APG-like password generator written in Go. It tries to replicate the _apg-go_ is a simple APG-like password generator written in Go. It tries to replicate the
functionality of the functionality of the
"[Automated Password Generator](https://web.archive.org/web/20130313042424/http://www.adel.nursat.kz:80/apg)", "[Automated Password Generator](https://web.archive.org/web/20130313042424/http://www.adel.nursat.kz:80/apg)",

BIN
assets/apg-go-text.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

BIN
assets/apg-go.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
assets/apg-go.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

69
assets/apg-go.svg Executable file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB