mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-28 17:17:34 -04:00
Add .desktop launchers in both snap and flatpack packages
This commit is contained in:
parent
8a45de8241
commit
79ac54ac40
7 changed files with 4331 additions and 19 deletions
10
desktop/src/org.onionshare.OnionShare.desktop
Normal file
10
desktop/src/org.onionshare.OnionShare.desktop
Normal 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
|
2154
desktop/src/org.onionshare.OnionShare.svg
Normal file
2154
desktop/src/org.onionshare.OnionShare.svg
Normal file
File diff suppressed because it is too large
Load diff
After Width: | Height: | Size: 157 KiB |
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue