39e6375aff
The Extensions app code is now independent enough from the rest of the code base to move it to its own subprojects, like we did for the extensions-tool. This allows for stand-alone builds of the app, which we are about to use for distributing it as flatpak. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1133
12 lines
307 B
XML
12 lines
307 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gnome/Extensions">
|
|
<file>css/application.css</file>
|
|
|
|
<file>dbus-interfaces/org.gnome.Shell.Extensions.xml</file>
|
|
|
|
<file>ui/extension-row.ui</file>
|
|
<file>ui/extensions-window.ui</file>
|
|
</gresource>
|
|
</gresources>
|