Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Png update #63

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading