From e7cba7be209cd415b6582f8706f1aeda1fd7752d Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 17 Jan 2022 10:34:11 -0800 Subject: Update release docs, and fix screenshot link in appdata --- RELEASE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'RELEASE.md') diff --git a/RELEASE.md b/RELEASE.md index 5a77a4ce..86b93e01 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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` -- cgit v1.2.3-54-g00ecf