mirror of
https://github.com/waydroid/waydroid.git
synced 2026-04-20 15:09:13 -04:00
Add XDG directory and menu files to have a Waydroid menu directory with all Waydroid apps, and avoid having them in a 'Lost & Found' menu directory --------- Co-authored-by: Taha <62564400+inspectorgadget03@users.noreply.github.com>
13 lines
311 B
Plaintext
13 lines
311 B
Plaintext
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
|
|
"http://www.freedesktop.org/standards/menu-spec/menu-1.0.dtd">
|
|
<Menu>
|
|
<Name>Applications</Name>
|
|
<Menu>
|
|
<Name>Waydroid</Name>
|
|
<Directory>waydroid.directory</Directory>
|
|
<Include>
|
|
<Category>X-WayDroid-App</Category>
|
|
</Include>
|
|
</Menu>
|
|
</Menu>
|