aboutsummaryrefslogtreecommitdiff
path: root/desktop/package
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-11-08 13:34:19 -0800
committerMicah Lee <micah@micahflee.com>2020-11-08 13:34:19 -0800
commit06c4b6381bb532b2abb240a63348c6b7a77db77b (patch)
tree7f2ff01b8949243d8116992b22014cc3d7e6e07a /desktop/package
parent46a9434fbfa14b4545f7f5f12f3bd3a2cc3621c9 (diff)
downloadonionshare-06c4b6381bb532b2abb240a63348c6b7a77db77b.tar.gz
onionshare-06c4b6381bb532b2abb240a63348c6b7a77db77b.zip
Fix get_resource_path to work with python eggs, move appdata xml file to src so flatpak can see it, reduce python dependencies, and update release docs
Diffstat (limited to 'desktop/package')
-rw-r--r--desktop/package/linux/org.onionshare.OnionShare.appdata.xml29
1 files changed, 0 insertions, 29 deletions
diff --git a/desktop/package/linux/org.onionshare.OnionShare.appdata.xml b/desktop/package/linux/org.onionshare.OnionShare.appdata.xml
deleted file mode 100644
index 3630b89c..00000000
--- a/desktop/package/linux/org.onionshare.OnionShare.appdata.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<component type="desktop-application">
- <id>org.onionshare.OnionShare</id>
- <metadata_license>CC0-1.0</metadata_license>
- <project_license>GPL-3.0</project_license>
- <name>OnionShare</name>
- <summary>Securely and anonymously share files, host websites, and chat with friends</summary>
- <description>
- <p>
- OnionShare is an open source tool that lets you securely and anonymously share files, host websites, and chat with friends using the Tor network.
- </p>
- </description>
- <launchable type="desktop-id">org.onionshare.OnionShare.desktop</launchable>
- <screenshots>
- <screenshot type="default">
- <image>https://raw.githubusercontent.com/micahflee/onionshare/master/docs/source/_static/screenshots/tabs.png</image>
- <caption>Types of services that OnionShare supports</caption>
- </screenshot>
- </screenshots>
- <url type="bugtracker">https://github.com/micahflee/onionshare/issues/</url>
- <url type="help">https://onionshare.org/</url>
- <url type="homepage">https://onionshare.org/</url>
- <developer_name>Micah Lee</developer_name>
- <update_contact>micah@micahflee.com</update_contact>
- <content_rating type="oars-1.1" />
- <releases>
- <release type="development" date="2020-09-20" version="2.3.dev1" />
- </releases>
-</component>