mirror of
https://github.com/voideditor/void
synced 2026-05-23 09:28:23 +00:00
Add files via upload
This commit is contained in:
parent
437244540a
commit
62b3a7d7be
1 changed files with 12 additions and 0 deletions
12
scripts/appimage/void-url-handler.desktop
Normal file
12
scripts/appimage/void-url-handler.desktop
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[Desktop Entry]
|
||||
Name=Void - URL Handler
|
||||
Comment=Open source AI code editor.
|
||||
GenericName=Text Editor
|
||||
Exec=void --open-url %U
|
||||
Icon=void
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Categories=Utility;TextEditor;Development;IDE;
|
||||
MimeType=x-scheme-handler/void;
|
||||
Keywords=void;
|
||||
Loading…
Reference in a new issue