summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-11-26 22:05:08 -0800
committerMicah Lee <micah@micahflee.com>2019-11-26 22:05:08 -0800
commit43411200223cd252b1cc8fd85378afad61b78eeb (patch)
tree27656c9d6a2445007e5b4ae6df81d3dea0936d30 /BUILD.md
parent03e2313191d9935b8a8de4ec16a9c8179c1fcc35 (diff)
downloadonionshare-43411200223cd252b1cc8fd85378afad61b78eeb.tar.gz
onionshare-43411200223cd252b1cc8fd85378afad61b78eeb.zip
Update appdata xml, and add note to BUILD.md to update the version in the appdata on each release
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 9456e617..808a2e91 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -245,7 +245,8 @@ This section documents the release process. Unless you're a core OnionShare deve
Before making a release, all of these should be complete:
* `share/version.txt` should have the correct version
-* `install/onionshare.nsi` should have the correct version, for the Windows installer
+* `install/org.onionshare.OnionShare.appdata.xml` should have the correct version
+* `install/onionshare.nsi` should have the correct version
* `CHANGELOG.md` should be updated to include a list of all major changes since the last release
* There must be a PGP-signed git tag for the version, e.g. for OnionShare 2.1, the tag must be `v2.1`