Skip to content

Commit

Permalink
Png update (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgriffin authored Jan 15, 2025
1 parent 4493bab commit 75cb8bd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
Binary file modified docs/label-sync.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 13 additions & 3 deletions tools/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,26 @@ def get_default_description(latest_tag: str):
-
### 🔋Batteries included🔋
Lots of existing features were not mentioned above, so please check out:
- [Why choose Bitcoin Safe?](https://bitcoin-safe.org/en/page/usps/)
- www.bitcoin-safe.org
- [Readme](https://github.com/andreasgriffin/bitcoin-safe?tab=readme-ov-file#bitcoin-safe) and [Comprehensive Feature List](https://github.com/andreasgriffin/bitcoin-safe?tab=readme-ov-file#comprehensive-feature-list)
- Follow me on [nostr](https://primal.net/p/npub1q67f4d7qdja237us384ryeekxsz88lz5kaawrcynwe4hqsnufr6s27up0e)
#### Verify signature
Import my [public key](https://keys.openpgp.org/vks/v1/by-fingerprint/2759AA7148568ECCB03B76301D82124B440F612D) and verify the signature with:
```
```bash
gpg import 2759AA7148568ECCB03B76301D82124B440F612D.asc
gpg --verify Bitcoin-Safe-{latest_tag}-x86_64.AppImage.asc
```
#### Install and run on Mac, Linux, or Windows
```
#### Install and run on Mac, Linux, or Windows
using the [python package ](https://pypi.org/project/bitcoin-safe/)
```bash
python3 -m pip install bitcoin-safe
python3 -m bitcoin_safe
```
Expand Down

0 comments on commit 75cb8bd

Please sign in to comment.