Add .desktop launchers in both snap and flatpack packages

This commit is contained in:
Micah Lee 2020-11-23 20:51:16 -08:00
parent 8a45de8241
commit 79ac54ac40
7 changed files with 4331 additions and 19 deletions

View file

@ -0,0 +1,10 @@
[Desktop Entry]
Name=OnionShare
Exec=onionshare
Terminal=false
Type=Application
Icon=org.onionshare.OnionShare
Categories=Network;FileTransfer;
Keywords=tor;anonymity;privacy;onion service;file sharing;file hosting;
StartupNotify=true
StartupWMClass=onionshare

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 157 KiB

View file

@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
# This setup.py file is used for flatpak packaging. For other packaging,
# This setup.py file is used for snap and flatpak packaging. For other packaging,
# OnionShare uses briefcase.
import os