mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-24 18:22:58 -03:00
Update release docs, and fix screenshot link in appdata
This commit is contained in:
parent
c79cc5df7b
commit
e7cba7be20
2 changed files with 5 additions and 5 deletions
|
@ -77,10 +77,10 @@ Build and test the snap before publishing (note that `--dangerous` lets you inst
|
|||
|
||||
```sh
|
||||
snapcraft
|
||||
snap install --dangerous ./onionshare_$VERSION_amd64.snap
|
||||
snap install --dangerous ./onionshare_${VERSION}_amd64.snap
|
||||
```
|
||||
|
||||
This will create `onionshare_$VERSION_amd64.snap`.
|
||||
This will create `onionshare_${VERSION}_amd64.snap`.
|
||||
|
||||
Run the OnionShare snap locally:
|
||||
|
||||
|
@ -93,7 +93,7 @@ Upload the to Snapcraft:
|
|||
|
||||
```sh
|
||||
snapcraft login
|
||||
snapcraft upload --release=stable onionshare_$VERSION_amd64.snap
|
||||
snapcraft upload --release=stable onionshare_${VERSION}_amd64.snap
|
||||
```
|
||||
|
||||
## Windows
|
||||
|
@ -144,7 +144,7 @@ This will create `dist/onionshare-$VERSION.tar.gz`.
|
|||
|
||||
After following all of the previous steps, gather these files:
|
||||
|
||||
- `onionshare_$VERSION_amd64.snap`
|
||||
- `onionshare_${VERSION}_amd64.snap`
|
||||
- `OnionShare-$VERSION.msi`
|
||||
- `OnionShare.dmg` (rename it to `OnionShare-$VERSION.dmg`)
|
||||
- `onionshare-$VERSION.tar.gz`
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<launchable type="desktop-id">org.onionshare.OnionShare.desktop</launchable>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://docs.onionshare.org/2.4/en/_images/tabs.png</image>
|
||||
<image>https://docs.onionshare.org/2.5/en/_images/tabs.png</image>
|
||||
<caption>Types of services that OnionShare supports</caption>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
|
|
Loading…
Add table
Reference in a new issue