nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
10 additions and
0 deletions
-
README.md
|
@ -16,6 +16,16 @@ So we can simplify things and make things easier (also try to build cross platfo |
|
|
docker build -t nolim1t/specter-desktop:v0.6.1 . |
|
|
docker build -t nolim1t/specter-desktop:v0.6.1 . |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
## Maintainer release notes |
|
|
|
|
|
|
|
|
|
|
|
The github action takes in the current tag from [upstream](https://github.com/cryptoadvance/specter-desktop/tags) but you will need to do a |
|
|
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
|
git tag -s vtag.version |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
and then push the tag. Use of -s meaning the tag should be signed. |
|
|
|
|
|
|
|
|
## Running |
|
|
## Running |
|
|
|
|
|
|
|
|
```bash |
|
|
```bash |
|
|