mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-12 17:02:56 +01:00
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:
parent
36617c8be2
commit
ab818cf7df
6 changed files with 78 additions and 0 deletions
|
@ -10,6 +10,11 @@ before:
|
|||
- go mod tidy
|
||||
- go mod download
|
||||
- go mod verify
|
||||
- cp assets/apg-go.ico ./logo.ico
|
||||
|
||||
after:
|
||||
hooks:
|
||||
- rm ./logo.ico
|
||||
|
||||
builds:
|
||||
- env:
|
||||
|
@ -72,6 +77,8 @@ nfpms:
|
|||
|
||||
dmg:
|
||||
- replace: false
|
||||
extra_files:
|
||||
- logo.ico
|
||||
|
||||
universal_binaries:
|
||||
- replace: false
|
||||
|
|
|
@ -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)
|
||||
<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
|
||||
functionality of the
|
||||
"[Automated Password Generator](https://web.archive.org/web/20130313042424/http://www.adel.nursat.kz:80/apg)",
|
||||
|
|
BIN
assets/apg-go-text.png
Executable file
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
BIN
assets/apg-go.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
BIN
assets/apg-go.png
Executable file
BIN
assets/apg-go.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
69
assets/apg-go.svg
Executable file
69
assets/apg-go.svg
Executable file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 16 KiB |
Loading…
Reference in a new issue