diff options
Diffstat (limited to 'js/dbusServices/org.gnome.Shell.Notifications.src.gresource.xml')
-rw-r--r-- | js/dbusServices/org.gnome.Shell.Notifications.src.gresource.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/js/dbusServices/org.gnome.Shell.Notifications.src.gresource.xml b/js/dbusServices/org.gnome.Shell.Notifications.src.gresource.xml new file mode 100644 index 0000000..4e039ba --- /dev/null +++ b/js/dbusServices/org.gnome.Shell.Notifications.src.gresource.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<gresources> + <gresource prefix="/org/gnome/Shell/Notifications/js"> + <file>main.js</file> + <file>notificationDaemon.js</file> + <file>dbusService.js</file> + + <file>misc/config.js</file> + <file>misc/dbusUtils.js</file> + </gresource> +</gresources> |