mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-09 09:55:00 -04:00
Update snapcraft release docs
This commit is contained in:
parent
269c0cacc0
commit
58d5748e13
1 changed files with 10 additions and 3 deletions
13
RELEASE.md
13
RELEASE.md
|
@ -106,14 +106,21 @@ snapcraft
|
||||||
snap install --devmode ./onionshare_$VERSION_amd64.snap
|
snap install --devmode ./onionshare_$VERSION_amd64.snap
|
||||||
```
|
```
|
||||||
|
|
||||||
Run the OnionShare snap:
|
This will create `onionshare_$VERSION_amd64.snap`.
|
||||||
|
|
||||||
|
Run the OnionShare snap locally:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
/snap/bin/onionshare # GUI version
|
/snap/bin/onionshare # desktop version
|
||||||
/snap/bin/onionshare.cli # CLI version
|
/snap/bin/onionshare.cli # CLI version
|
||||||
```
|
```
|
||||||
|
|
||||||
This will create `onionshare_$VERSION_amd64.snap`.
|
Upload the to Snapcraft:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
snapcraft login
|
||||||
|
snapcraft upload --release=stable onionshare_$VERSION_amd64.snap
|
||||||
|
```
|
||||||
|
|
||||||
## Linux AppImage release
|
## Linux AppImage release
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue