You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,11 @@ Ubuntu16 ```npm run distUbuntu16```
48
48
Ubuntu18 ```npm run distUbuntu18```
49
49
50
50
The built installers can then be found in the `dist` folder.
51
+
## Custom protocol support (Only Linux)
52
+
53
+
To be able to take advantage of zbay protocol on linux (Other platforms work by default) you need to create Desktop Entry.
54
+
You can find template file in repository ```zbay.desktop```. You need to change ```Exec=/path/to/zbay/Zbay-version.AppImage``` inside ```zbay.desktop``` to match your path to Zbay AppImage file.
55
+
Then place file inside ```~/.local/share/applications/``` folder and run command to register new entry ```xdg-mime default zbay.desktop x-scheme-handler/zbay```
0 commit comments